summaryrefslogtreecommitdiffstats
path: root/Tests/Core/Encoder/Pbkdf2PasswordEncoderTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-11-25 09:44:14 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2013-11-25 09:44:14 +0100
commit5a8f9cd093782a8827fdccd2f2ed1ff790cb35a3 (patch)
tree6ae89b1b29f9a5c288533c377bf4f0af82fb964a /Tests/Core/Encoder/Pbkdf2PasswordEncoderTest.php
parent209339c87ca122559536159fbf528156624bda65 (diff)
downloadsymfony-security-5a8f9cd093782a8827fdccd2f2ed1ff790cb35a3.zip
symfony-security-5a8f9cd093782a8827fdccd2f2ed1ff790cb35a3.tar.gz
symfony-security-5a8f9cd093782a8827fdccd2f2ed1ff790cb35a3.tar.bz2
fixed @expectedException class namesv2.2.11
Diffstat (limited to 'Tests/Core/Encoder/Pbkdf2PasswordEncoderTest.php')
-rw-r--r--Tests/Core/Encoder/Pbkdf2PasswordEncoderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/Encoder/Pbkdf2PasswordEncoderTest.php b/Tests/Core/Encoder/Pbkdf2PasswordEncoderTest.php
index e303708..ca16f02 100644
--- a/Tests/Core/Encoder/Pbkdf2PasswordEncoderTest.php
+++ b/Tests/Core/Encoder/Pbkdf2PasswordEncoderTest.php
@@ -35,7 +35,7 @@ class Pbkdf2PasswordEncoderTest extends \PHPUnit_Framework_TestCase
}
/**
- * @expectedException LogicException
+ * @expectedException \LogicException
*/
public function testEncodePasswordAlgorithmDoesNotExist()
{