summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/LexerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Lexer/LexerTest.php')
-rw-r--r--tests/Lexer/LexerTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php
index 0bcd3f7..8893d7b 100644
--- a/tests/Lexer/LexerTest.php
+++ b/tests/Lexer/LexerTest.php
@@ -4,12 +4,10 @@ namespace SqlParser\Tests\Lexer;
use SqlParser\Exceptions\LexerException;
use SqlParser\Lexer;
-
use SqlParser\Tests\TestCase;
class LexerTest extends TestCase
{
-
/**
* @runInSeparateProcess
* @preserveGlobalState disabled
@@ -36,7 +34,7 @@ class LexerTest extends TestCase
}
/**
- * @expectedException SqlParser\Exceptions\LexerException
+ * @expectedException \SqlParser\Exceptions\LexerException
* @expectedExceptionMessage strict error
* @expectedExceptionCode 4
*/