diff options
Diffstat (limited to 'tests/Parser/ParserTest.php')
-rw-r--r-- | tests/Parser/ParserTest.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Parser/ParserTest.php b/tests/Parser/ParserTest.php index 190764e..0d0cd97 100644 --- a/tests/Parser/ParserTest.php +++ b/tests/Parser/ParserTest.php @@ -6,12 +6,10 @@ use SqlParser\Exceptions\ParserException; use SqlParser\Parser; use SqlParser\Token; use SqlParser\TokensList; - use SqlParser\Tests\TestCase; class ParserTest extends TestCase { - /** * @dataProvider testParseProvider */ @@ -68,7 +66,7 @@ class ParserTest extends TestCase } /** - * @expectedException SqlParser\Exceptions\ParserException + * @expectedException \SqlParser\Exceptions\ParserException * @expectedExceptionMessage strict error * @expectedExceptionCode 3 */ |