Last active
November 13, 2015 01:02
-
-
Save greg-1-anderson/546c47272d49ecac07e7 to your computer and use it in GitHub Desktop.
Test output from test of https://www.drupal.org/node/2583799#comment-10560960
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
$ 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