Created
September 11, 2016 15:53
-
-
Save paulgibbs/bd4882d283f87c565febb341da149cbd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Not running ajax tests. To execute these, use --group ajax. | |
Not running ms-files tests. To execute these, use --group ms-files. | |
Not running external-http tests. To execute these, use --group external-http. | |
PHPUnit 4.1.3 by Sebastian Bergmann. | |
Configuration read from /srv/www/buddypress.dev/src/wp-content/plugins/buddypress/phpunit.xml.dist | |
............................................................. 61 / 1391 ( 4%) | |
.....................................F....................... 122 / 1391 ( 8%) | |
...................................F......................... 183 / 1391 ( 13%) | |
......................F....................................F. 244 / 1391 ( 17%) | |
F......................................SS.................... 305 / 1391 ( 21%) | |
............................................................. 366 / 1391 ( 26%) | |
............................................................. 427 / 1391 ( 30%) | |
............................................................. 488 / 1391 ( 35%) | |
............................................................. 549 / 1391 ( 39%) | |
............................................................. 610 / 1391 ( 43%) | |
............................................................. 671 / 1391 ( 48%) | |
............................................................. 732 / 1391 ( 52%) | |
............................................................. 793 / 1391 ( 57%) | |
............................................................. 854 / 1391 ( 61%) | |
...................................................^[[H.......... 915 / 1391 ( 65%) | |
............................................................. 976 / 1391 ( 70%) | |
............................................................. 1037 / 1391 ( 74%) | |
............................................................. 1098 / 1391 ( 78%) | |
............................................................. 1159 / 1391 ( 83%) | |
............................................................. 1220 / 1391 ( 87%) | |
............................................................. 1281 / 1391 ( 92%) | |
............................................................. 1342 / 1391 ( 96%) | |
................................................. | |
Time: 1.49 minutes, Memory: 122.25Mb | |
There were 5 failures: | |
1) BP_Tests_Activity_Functions::test_bp_activity_format_activity_action_custom_post_type_comment | |
Failed asserting that null is identical to '<a href="http://example.com/members/user-3241/" title="User 3241">User 3241</a> commented on the <a href="http://example.com/?foo=post-title-3242#comment-2">bar</a>'. | |
/srv/www/buddypress.dev/src/wp-content/plugins/buddypress/tests/phpunit/testcases/activity/functions.php:1121 | |
2) BP_Tests_Activity_Template::test_bp_activity_can_comment | |
Comments about blog or forum posts/replies are disabled | |
Failed asserting that true is false. | |
/srv/www/buddypress.dev/src/wp-content/plugins/buddypress/tests/phpunit/testcases/activity/template.php:1456 | |
3) BP_Tests_Blogs_Filters::test_bp_blogs_record_comment | |
Generated activity for comments about a post type registering using the bp_blogs_record_post_post_types filter should have a new_blog_comment action | |
Failed asserting that false is true. | |
/srv/www/buddypress.dev/src/wp-content/plugins/buddypress/tests/phpunit/testcases/blogs/filters.php:79 | |
4) BP_Tests_Blogs_Functions::test_update_blog_post_and_new_blog_comment_and_activity_comment_meta | |
Failed asserting that false matches expected 'Second title'. | |
/srv/www/buddypress.dev/src/wp-content/plugins/buddypress/tests/phpunit/testcases/blogs/functions.php:591 | |
5) BP_Tests_Blogs_Functions::test_bp_blogs_post_type_remove_comment | |
Failed asserting that false is true. | |
/srv/www/buddypress.dev/src/wp-content/plugins/buddypress/tests/phpunit/testcases/blogs/functions.php:701 | |
FAILURES! | |
Tests: 1391, Assertions: 2435, Failures: 5, Skipped: 2. | |
vagrant@salty-wordpress:~/buddypress$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment