diff options
-rw-r--r-- | Core/Tests/Encoder/EncoderFactoryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Encoder/EncoderFactoryTest.php b/Core/Tests/Encoder/EncoderFactoryTest.php index a8ca2f0..37cda72 100644 --- a/Core/Tests/Encoder/EncoderFactoryTest.php +++ b/Core/Tests/Encoder/EncoderFactoryTest.php @@ -107,7 +107,7 @@ class EncoderFactoryTest extends \PHPUnit_Framework_TestCase } /** - * @expectedException RuntimeException + * @expectedException \RuntimeException */ public function testGetInvalidNamedEncoderForEncoderAware() { |