summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/ContextTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Lexer/ContextTest.php')
-rw-r--r--tests/Lexer/ContextTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Lexer/ContextTest.php b/tests/Lexer/ContextTest.php
index 6f4e661..bfa1748 100644
--- a/tests/Lexer/ContextTest.php
+++ b/tests/Lexer/ContextTest.php
@@ -3,12 +3,10 @@
namespace SqlParser\Tests\Lexer;
use SqlParser\Context;
-
use SqlParser\Tests\TestCase;
class ContextTest extends TestCase
{
-
public function testLoad()
{
// Default context is 5.7.0.
@@ -34,7 +32,7 @@ class ContextTest extends TestCase
}
/**
- * @expectedException Exception
+ * @expectedException \Exception
* @expectedExceptionMessage Specified context ("\SqlParser\Contexts\ContextFoo") does not exist.
*/
public function testLoadError()