summaryrefslogtreecommitdiffstats
path: root/tests/Utils/QueryTest.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-12-15 08:04:48 +0100
committerGitHub <noreply@github.com>2017-12-15 08:04:48 +0100
commit0f8d79b722b63d68b093aa7c17584b183d58e8cf (patch)
tree8ad8106c41f3a5534c149c2ede12f247e905ecfb /tests/Utils/QueryTest.php
parentacd10db572bf25c6b939311ea4bd954129b4c9ef (diff)
parent768a0d74909f11939a9abda851db62bafedafff9 (diff)
downloadsql-parser-0f8d79b722b63d68b093aa7c17584b183d58e8cf.zip
sql-parser-0f8d79b722b63d68b093aa7c17584b183d58e8cf.tar.gz
sql-parser-0f8d79b722b63d68b093aa7c17584b183d58e8cf.tar.bz2
Merge pull request #183 from carusogabriel/refactoring-tests
Refactoring tests
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r--tests/Utils/QueryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index 31e7a64..8cb9f85 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -540,7 +540,7 @@ class QueryTest extends TestCase
$delimiter = null;
list($statement, $query, $delimiter) =
Query::getFirstStatement($query, $delimiter);
- $this->assertEquals(null, $statement);
+ $this->assertNull($statement);
$this->assertEquals('USE saki', $query);
$query = 'USE sakila; ' .