diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-11-02 21:25:31 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-11-02 21:25:31 +0100 |
commit | fd9038ed4bf4a8c749d59bac7909e7d9af405893 (patch) | |
tree | 24ebaf8467b42d8294f4993252aa447c0703d4fe /Core/Tests/User | |
parent | 731e82a601a8102eea39348205534649e0f25aa1 (diff) | |
download | symfony-security-fd9038ed4bf4a8c749d59bac7909e7d9af405893.zip symfony-security-fd9038ed4bf4a8c749d59bac7909e7d9af405893.tar.gz symfony-security-fd9038ed4bf4a8c749d59bac7909e7d9af405893.tar.bz2 |
removed @covers annotations in tests
Diffstat (limited to 'Core/Tests/User')
-rw-r--r-- | Core/Tests/User/UserTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Core/Tests/User/UserTest.php b/Core/Tests/User/UserTest.php index 6d17ba8..b589b4a 100644 --- a/Core/Tests/User/UserTest.php +++ b/Core/Tests/User/UserTest.php @@ -93,9 +93,6 @@ class UserTest extends \PHPUnit_Framework_TestCase $this->assertEquals('superpass', $user->getPassword()); } - /** - * @covers Symfony\Component\Security\Core\User\User::__toString - */ public function testToString() { $user = new User('fabien', 'superpass'); |