diff options
Diffstat (limited to 'Core/Tests/User')
-rw-r--r-- | Core/Tests/User/InMemoryProviderTest.php | 2 | ||||
-rw-r--r-- | Core/Tests/User/UserTest.php | 2 |
2 files changed, 2 insertions, 2 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() { diff --git a/Core/Tests/User/UserTest.php b/Core/Tests/User/UserTest.php index 7d4cf95..2fe6daa 100644 --- a/Core/Tests/User/UserTest.php +++ b/Core/Tests/User/UserTest.php @@ -17,7 +17,7 @@ class UserTest extends \PHPUnit_Framework_TestCase { /** * @covers Symfony\Component\Security\Core\User\User::__construct - * @expectedException InvalidArgumentException + * @expectedException \InvalidArgumentException */ public function testConstructorException() { |