From fb33358d20b42a771ec957e85fc27c0fa50252a0 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Sat, 12 Mar 2011 16:15:40 -0800 Subject: [PATCH] [Security] Fixed test --- .../Token/AbstractTokenTest.php | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) mode change 100644 => 100755 tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AbstractTokenTest.php diff --git a/tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AbstractTokenTest.php b/tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AbstractTokenTest.php old mode 100644 new mode 100755 index 9b6def7e52..0adce5398c --- a/tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AbstractTokenTest.php +++ b/tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AbstractTokenTest.php @@ -57,8 +57,8 @@ class AbstractTokenTest extends \PHPUnit_Framework_TestCase } /** - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::serialize - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::unserialize + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::serialize + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::unserialize */ public function testSerialize() { @@ -72,7 +72,7 @@ class AbstractTokenTest extends \PHPUnit_Framework_TestCase } /** - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::__construct + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::__construct */ public function testConstructor() { @@ -87,8 +87,8 @@ class AbstractTokenTest extends \PHPUnit_Framework_TestCase } /** - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::isAuthenticated - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::setAuthenticated + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::setAuthenticated */ public function testAuthenticatedFlag() { @@ -103,11 +103,11 @@ class AbstractTokenTest extends \PHPUnit_Framework_TestCase } /** - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::getAttributes - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::setAttributes - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::hasAttribute - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::getAttribute - * @covers Symfony\Component\Security\Core\Authentication\Token\Token::setAttribute + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getAttributes + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::setAttributes + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::hasAttribute + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getAttribute + * @covers Symfony\Component\Security\Core\Authentication\Token\AbstractToken::setAttribute */ public function testAttributes() {