summaryrefslogtreecommitdiffstats
path: root/tests/parser/ArrayFragmentTest.php
blob: ad4038583ba4cf838de21e83a1bdebf995bc5357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

class ArrayFragmentTest extends TestCase
{

    public function testArrayErr1()
    {
        $this->runParserTest('parseArrayErr1');
    }

    public function testArrayErr2()
    {
        $this->runParserTest('parseArrayErr2');
    }

    public function testArrayErr3()
    {
        $this->runParserTest('parseArrayErr3');
    }
}