diff options
Diffstat (limited to 'tests/Components/KeyTest.php')
-rw-r--r-- | tests/Components/KeyTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Components/KeyTest.php b/tests/Components/KeyTest.php index e8a462e..f6fa7b8 100644 --- a/tests/Components/KeyTest.php +++ b/tests/Components/KeyTest.php @@ -4,12 +4,10 @@ namespace SqlParser\Tests\Components; use SqlParser\Parser; use SqlParser\Components\Key; - use SqlParser\Tests\TestCase; class KeyTest extends TestCase { - public function testParse() { $component = Key::parse( |