summaryrefslogtreecommitdiffstats
path: root/tests/Components/KeyTest.php
diff options
context:
space:
mode:
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);
}
}