diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Components/ExpressionTest.php | 4 | ||||
-rw-r--r-- | tests/Utils/FormatterTest.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php index f56384c..8e51e01 100644 --- a/tests/Components/ExpressionTest.php +++ b/tests/Components/ExpressionTest.php @@ -39,10 +39,10 @@ class ExpressionTest extends TestCase { return [ /* - array( + [ '(1))', 'Unexpected closing bracket.', - ), + ], */ [ 'tbl..col', diff --git a/tests/Utils/FormatterTest.php b/tests/Utils/FormatterTest.php index f3c6422..9f5fbb5 100644 --- a/tests/Utils/FormatterTest.php +++ b/tests/Utils/FormatterTest.php @@ -59,7 +59,7 @@ class FormatterTest extends TestCase public function mergeFormats() { - // array($default[], $overriding[], $expected[]) + // [default[], overriding[], expected[]] return [ 'empty formats' => [ 'default' => [ |