diff options
Diffstat (limited to 'tests/Components')
-rw-r--r-- | tests/Components/ArrayObjTest.php | 6 | ||||
-rw-r--r-- | tests/Components/LimitKeywordTest.php | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/Components/ArrayObjTest.php b/tests/Components/ArrayObjTest.php index 7694dfb..13be866 100644 --- a/tests/Components/ArrayObjTest.php +++ b/tests/Components/ArrayObjTest.php @@ -32,9 +32,9 @@ class ArrayObjTest extends TestCase public function testParseProvider() { return array( - array('parseArrayErr1'), - array('parseArrayErr2'), - array('parseArrayErr3'), + array('parser/parseArrayErr1'), + array('parser/parseArrayErr2'), + array('parser/parseArrayErr3'), ); } } diff --git a/tests/Components/LimitKeywordTest.php b/tests/Components/LimitKeywordTest.php index ce9a760..bc5a462 100644 --- a/tests/Components/LimitKeywordTest.php +++ b/tests/Components/LimitKeywordTest.php @@ -33,8 +33,8 @@ class LimitTest extends TestCase public function testParseProvider() { return array( - array('parseLimitErr1'), - array('parseLimitErr2'), + array('parser/parseLimitErr1'), + array('parser/parseLimitErr2'), ); } } |