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