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