diff options
Diffstat (limited to 'tests/Parser/RestoreStatementTest.php')
-rw-r--r-- | tests/Parser/RestoreStatementTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Parser/RestoreStatementTest.php b/tests/Parser/RestoreStatementTest.php index 28db6fe..7c41074 100644 --- a/tests/Parser/RestoreStatementTest.php +++ b/tests/Parser/RestoreStatementTest.php @@ -18,7 +18,7 @@ class RestoreStatementTest extends TestCase public function testRestoreProvider() { return array( - array('parseRestore'), + array('parser/parseRestore'), ); } } |