summaryrefslogtreecommitdiffstats
path: root/tests/Utils/ErrorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/ErrorTest.php')
-rw-r--r--tests/Utils/ErrorTest.php2
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 $');