This commit is contained in:
Fabien Potencier 2015-05-15 15:53:19 +02:00
parent e83db434a2
commit 0678b3e6f8
6 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ use Symfony\Component\Validator\Validation;
* @author Bernhard Schussek <bschussek@gmail.com>
* @group legacy
*/
class LegacyUserPasswordValidatorApiTest extends UserPasswordValidatorTest
class LegacyUserPasswordValidatorTest extends UserPasswordValidatorTest
{
protected function getApiVersion()
{

View File

@ -106,7 +106,7 @@ class RememberMeListenerTest extends \PHPUnit_Framework_TestCase
*/
public function testOnCoreSecurityIgnoresAuthenticationOptionallyRethrowsExceptionThrownAuthenticationManagerImplementation()
{
list($listener, $context, $service, $manager,) = $this->getListener(false, false);
list($listener, $context, $service, $manager) = $this->getListener(false, false);
$context
->expects($this->once())