symfony-cmf / simple-cms-bundle

UNMAINTAINED - A more-than-simple cms based on the cmf components
http://cmf.symfony.com/
49 stars 45 forks source link

Fix Typo NS declaration, Fatal local tests #136

Closed cbastienbaron closed 9 years ago

cbastienbaron commented 9 years ago

Running locally suite tests result in a fatal.

PHP Fatal error:  Cannot redeclare class Symfony\Cmf\Bundle\RoutingBundle\Tests\Unit\DependencyInjection\XmlSchemaTest in /path/project/vendor/symfony-cmf/simple-cms-bundle/Tests/Unit/DependencyInjection/XmlSchemaTest.php on line 39
dbu commented 9 years ago

thanks! the build error that we now see on travis comes from https://github.com/symfony-cmf/RoutingBundle/pull/292#discussion_r28157038 and has nothing to do with this PR

cbastienbaron commented 9 years ago

sounds good :+1: