Created
August 11, 2016 09:51
-
-
Save krombox/d72d94184ec357d887c3eea0013241b9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EEEEFF 6 / 6 (100%) | |
Time: 119 ms, Memory: 10.00MB | |
There were 4 errors: | |
1) BeSimple\I18nRoutingBundle\Tests\Routing\Loader\AnnotatedRouteControllerLoaderTest::testRoutesWithoutLocales | |
InvalidArgumentException: Class "BeSimple\I18nRoutingBundle\Tests\Fixtures\Controller\NoLocalesController" does not exist. | |
/var/www/5S/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php:108 | |
/var/www/5S/vendor/besimple/i18n-routing-bundle/tests/Routing/Loader/AnnotatedRouteControllerLoaderTest.php:25 | |
2) BeSimple\I18nRoutingBundle\Tests\Routing\Loader\AnnotatedRouteControllerLoaderTest::testRoutesWithLocales | |
InvalidArgumentException: Class "BeSimple\I18nRoutingBundle\Tests\Fixtures\Controller\NoPrefixController" does not exist. | |
/var/www/5S/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php:108 | |
/var/www/5S/vendor/besimple/i18n-routing-bundle/tests/Routing/Loader/AnnotatedRouteControllerLoaderTest.php:40 | |
3) BeSimple\I18nRoutingBundle\Tests\Routing\Loader\AnnotatedRouteControllerLoaderTest::testRoutesWithPrefixedLocales | |
InvalidArgumentException: Class "BeSimple\I18nRoutingBundle\Tests\Fixtures\Controller\PrefixedLocalesController" does not exist. | |
/var/www/5S/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php:108 | |
/var/www/5S/vendor/besimple/i18n-routing-bundle/tests/Routing/Loader/AnnotatedRouteControllerLoaderTest.php:57 | |
4) BeSimple\I18nRoutingBundle\Tests\Routing\Loader\AnnotatedRouteControllerLoaderTest::testRoutesWithStringPrefix | |
InvalidArgumentException: Class "BeSimple\I18nRoutingBundle\Tests\Fixtures\Controller\PlainPrefixController" does not exist. | |
/var/www/5S/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php:108 | |
/var/www/5S/vendor/besimple/i18n-routing-bundle/tests/Routing/Loader/AnnotatedRouteControllerLoaderTest.php:79 | |
-- | |
There were 2 failures: | |
1) BeSimple\I18nRoutingBundle\Tests\Routing\Loader\AnnotatedRouteControllerLoaderTest::testRoutesMissingPrefixLocale | |
Failed asserting that exception of type "InvalidArgumentException" matches expected exception "\BeSimple\I18nRoutingBundle\Routing\Exception\MissingLocaleException". Message was: "Class "BeSimple\I18nRoutingBundle\Tests\Fixtures\Controller\MissingPrefixedLocalesController" does not exist." at | |
/var/www/5S/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php:108 | |
/var/www/5S/vendor/besimple/i18n-routing-bundle/tests/Routing/Loader/AnnotatedRouteControllerLoaderTest.php:98 | |
. | |
2) BeSimple\I18nRoutingBundle\Tests\Routing\Loader\AnnotatedRouteControllerLoaderTest::testRoutesMissingLocales | |
Failed asserting that exception of type "InvalidArgumentException" matches expected exception "\BeSimple\I18nRoutingBundle\Routing\Exception\MissingRouteLocaleException". Message was: "Class "BeSimple\I18nRoutingBundle\Tests\Fixtures\Controller\MissingLocalesController" does not exist." at | |
/var/www/5S/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php:108 | |
/var/www/5S/vendor/besimple/i18n-routing-bundle/tests/Routing/Loader/AnnotatedRouteControllerLoaderTest.php:109 | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment