diff options
Diffstat (limited to 'tests/Components/ArrayObjTest.php')
-rw-r--r-- | tests/Components/ArrayObjTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/ArrayObjTest.php b/tests/Components/ArrayObjTest.php index c71ab37..d62c9d3 100644 --- a/tests/Components/ArrayObjTest.php +++ b/tests/Components/ArrayObjTest.php @@ -30,7 +30,7 @@ class ArrayObjTest extends TestCase array( 'type' => 'SqlParser\\Components\\Expression', 'typeOptions' => array( - 'noBrackets' => true, + 'breakOnParentheses' => true, ), ) ); |