diff options
author | Damian Dlugosz <bigfootdd@gmail.com> | 2017-01-03 22:06:01 +0100 |
---|---|---|
committer | Damian Dlugosz <bigfootdd@gmail.com> | 2017-01-06 00:11:32 +0100 |
commit | a6e45c5e2e006bbd90306e1e947e25e601965657 (patch) | |
tree | 07fbbdbe95d08721e97b6683226ad3a26a6e9886 /tests/Utils/ErrorTest.php | |
parent | 082a1fad6c64f455ac42698cb9c7a08f0347a2c0 (diff) | |
download | sql-parser-a6e45c5e2e006bbd90306e1e947e25e601965657.zip sql-parser-a6e45c5e2e006bbd90306e1e947e25e601965657.tar.gz sql-parser-a6e45c5e2e006bbd90306e1e947e25e601965657.tar.bz2 |
Apply php-cs-fixer
Diffstat (limited to 'tests/Utils/ErrorTest.php')
-rw-r--r-- | tests/Utils/ErrorTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Utils/ErrorTest.php b/tests/Utils/ErrorTest.php index 25e65f4..8408194 100644 --- a/tests/Utils/ErrorTest.php +++ b/tests/Utils/ErrorTest.php @@ -5,12 +5,10 @@ namespace SqlParser\Tests\Utils; use SqlParser\Lexer; use SqlParser\Parser; use SqlParser\Utils\Error; - use SqlParser\Tests\TestCase; class ErrorTest extends TestCase { - public function testGet() { $lexer = new Lexer('SELECT * FROM db..tbl $'); |