-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php
Line 253 in 9be03d8
$kernel = $this->createKernel(array('test_case' => 'PasswordEncode', 'root_config' => 'argon2i')); |
On Ubuntu 18.04, without the $subject change, we get:
There were 2 errors:
1) Symfony\Bundle\SecurityBundle\Tests\Functional\UserPasswordEncoderCommandTest::testEncodePasswordArgon2i
InvalidArgumentException: The root config "/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/argon2i" does not exist.
/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php:40
/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php:65
/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php:275
/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php:78
2) Symfony\Bundle\SecurityBundle\Tests\Functional\UserPasswordEncoderCommandTest::testEncodePasswordArgon2iOutput
InvalidArgumentException: The root config "/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/argon2i" does not exist.
/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php:40
/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php:65
/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php:275
/<<BUILDDIR>>/symfony-3.4.3+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php:160
symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/argon2i_encoder.yml
Line 3 in 9be03d8
JMS\FooBundle\Entity\User6: |
Additionally, the above seems like it should be User7 to match the xml and php files.