summaryrefslogtreecommitdiffstats
path: root/tests/Parser/SetStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/SetStatementTest.php')
-rw-r--r--tests/Parser/SetStatementTest.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/Parser/SetStatementTest.php b/tests/Parser/SetStatementTest.php
index 61062e3..b3ae9c2 100644
--- a/tests/Parser/SetStatementTest.php
+++ b/tests/Parser/SetStatementTest.php
@@ -18,14 +18,14 @@ class SetStatementTest extends TestCase
public function testSetProvider()
{
- return array(
- array('parser/parseSetCharset'),
- array('parser/parseSetCharsetError'),
- array('parser/parseSetCharacterSet'),
- array('parser/parseSetCharacterSetError'),
- array('parser/parseSetNames'),
- array('parser/parseSetNamesError'),
- array('parser/parseSetError1'),
- );
+ return [
+ ['parser/parseSetCharset'],
+ ['parser/parseSetCharsetError'],
+ ['parser/parseSetCharacterSet'],
+ ['parser/parseSetCharacterSetError'],
+ ['parser/parseSetNames'],
+ ['parser/parseSetNamesError'],
+ ['parser/parseSetError1'],
+ ];
}
}