[Routing] fixed a test

This commit is contained in:
Fabien Potencier 2012-08-28 13:06:09 +02:00
parent e35b4d8afe
commit 3969011f7f
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class UrlGeneratorTest extends \PHPUnit_Framework_TestCase
public function testGenerateForRouteWithInvalidOptionalParameterNonStrictWithLogger()
{
if (!class_exists('Symfony\Component\HttpKernel\Log\LoggerInterface')) {
if (!interface_exists('Symfony\Component\HttpKernel\Log\LoggerInterface')) {
$this->markTestSkipped('The "HttpKernel" component is not available');
}