diff options
Diffstat (limited to 'Tests/Core/User/InMemoryProviderTest.php')
-rw-r--r-- | Tests/Core/User/InMemoryProviderTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/User/InMemoryProviderTest.php b/Tests/Core/User/InMemoryProviderTest.php index 5197a29..275426c 100644 --- a/Tests/Core/User/InMemoryProviderTest.php +++ b/Tests/Core/User/InMemoryProviderTest.php @@ -42,7 +42,7 @@ class InMemoryUserProviderTest extends \PHPUnit_Framework_TestCase } /** - * @expectedException LogicException + * @expectedException \LogicException */ public function testCreateUserAlreadyExist() { |