Commit 7134febb authored by Fabien Potencier's avatar Fabien Potencier

removed obsolete check in a test

parent d1fcf09c
...@@ -121,10 +121,6 @@ class SecurityServiceProviderTest extends WebTestCase ...@@ -121,10 +121,6 @@ class SecurityServiceProviderTest extends WebTestCase
public function testUserPasswordValidatorIsRegistered() public function testUserPasswordValidatorIsRegistered()
{ {
if (!is_dir(__DIR__.'/../../../../vendor/symfony/validator')) {
$this->markTestSkipped('Validator dependency was not installed.');
}
$app = new Application(); $app = new Application();
$app->register(new ValidatorServiceProvider()); $app->register(new ValidatorServiceProvider());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment