Skip to content

Instantly share code, notes, and snippets.

@greg-1-anderson
Last active November 13, 2015 01:02
Show Gist options
  • Save greg-1-anderson/546c47272d49ecac07e7 to your computer and use it in GitHub Desktop.
Save greg-1-anderson/546c47272d49ecac07e7 to your computer and use it in GitHub Desktop.
$ phpunit -c core --filter UnroutedUrlAssemblerTest
PHPUnit 4.8.11 by Sebastian Bergmann and contributors.
.....................FF..
Time: 5.63 seconds, Memory: 144.75Mb
There were 2 failures:
1) Drupal\Tests\Core\Utility\UnroutedUrlAssemblerTest::testAssembleWithLocalUri with data set #11 ('base:core/authorize.php', array(), false, 'core/authorize.php', '/core/authorize.php')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/core/authorize.php'
+'/core/authorize.php/core/authorize.php'
/Users/ga/local/drupal/drupal-8/core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php:117
/Users/ga/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:149
/Users/ga/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:100
2) Drupal\Tests\Core\Utility\UnroutedUrlAssemblerTest::testAssembleWithLocalUri with data set #12 ('base:core/authorize.php', array(), true, 'core/authorize.php', '/subdir/core/authorize.php')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/subdir/core/authorize.php'
+'/subdir/core/authorize.php/core/authorize.php'
/Users/ga/local/drupal/drupal-8/core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php:117
/Users/ga/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:149
/Users/ga/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:100
FAILURES!
Tests: 25, Assertions: 44, Failures: 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment