summaryrefslogtreecommitdiffstats
path: root/tests/Components/KeyTest.php
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2017-12-14 22:13:37 -0200
committerGabriel Caruso <carusogabriel34@gmail.com>2017-12-14 22:13:37 -0200
commit768a0d74909f11939a9abda851db62bafedafff9 (patch)
tree8ad8106c41f3a5534c149c2ede12f247e905ecfb /tests/Components/KeyTest.php
parentacd10db572bf25c6b939311ea4bd954129b4c9ef (diff)
downloadsql-parser-768a0d74909f11939a9abda851db62bafedafff9.zip
sql-parser-768a0d74909f11939a9abda851db62bafedafff9.tar.gz
sql-parser-768a0d74909f11939a9abda851db62bafedafff9.tar.bz2
Refactoring tests
Diffstat (limited to 'tests/Components/KeyTest.php')
-rw-r--r--tests/Components/KeyTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/KeyTest.php b/tests/Components/KeyTest.php
index ed05288..c27b9d8 100644
--- a/tests/Components/KeyTest.php
+++ b/tests/Components/KeyTest.php
@@ -14,6 +14,6 @@ class KeyTest extends TestCase
new Parser(),
$this->getTokensList('')
);
- $this->assertEquals(null, $component->name);
+ $this->assertNull($component->name);
}
}