summaryrefslogtreecommitdiffstats
path: root/tests/Components/GroupKeywordTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/GroupKeywordTest.php')
-rw-r--r--tests/Components/GroupKeywordTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Components/GroupKeywordTest.php b/tests/Components/GroupKeywordTest.php
index 8d4a407..aa88c60 100644
--- a/tests/Components/GroupKeywordTest.php
+++ b/tests/Components/GroupKeywordTest.php
@@ -12,11 +12,11 @@ class GroupKeywordTest extends TestCase
{
$this->assertEquals(
GroupKeyword::build(
- array(
+ [
new GroupKeyword(new Expression('a')),
new GroupKeyword(new Expression('b')),
new GroupKeyword(new Expression('c')),
- )
+ ]
),
'a, b, c'
);