We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff376b commit a04a23cCopy full SHA for a04a23c
Tests/Encoder/EncoderFactoryTest.php
@@ -117,7 +117,7 @@ public function testGetInvalidNamedEncoderForEncoderAware()
117
118
$user = new EncAwareUser('user', 'pass');
119
$user->encoderName = 'invalid_encoder_name';
120
- $encoder = $factory->getEncoder($user);
+ $factory->getEncoder($user);
121
}
122
123
public function testGetEncoderForEncoderAwareWithClassName()
0 commit comments