summaryrefslogtreecommitdiffstats
path: root/tests/Utils
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils')
-rw-r--r--tests/Utils/QueryTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index 46c89ef..e73696b 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -346,8 +346,8 @@ class QueryTest extends TestCase
{
$parser = new Parser($query);
$this->assertEquals(
- Query::getTables($parser->statements[0]),
- $expected
+ $expected,
+ Query::getTables($parser->statements[0])
);
}