Created
March 1, 2014 00:27
-
-
Save paulgibbs/9282753 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
$ phpunit | |
Installing... | |
Running as single site... To run multisite, use -c tests/phpunit/multisite.xml | |
Installing BuddyPress... | |
Not running ajax tests... To execute these, use --group ajax. | |
PHPUnit 3.8-g5efcfe5 by Sebastian Bergmann. | |
Configuration read from /Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/phpunit.xml | |
............................................................... 63 / 401 ( 15%) | |
............................................................... 126 / 401 ( 31%) | |
............................................................... 189 / 401 ( 47%) | |
............................................................... 252 / 401 ( 62%) | |
............................................................... 315 / 401 ( 78%) | |
...............EEEEEEEEEE...................................... 378 / 401 ( 94%) | |
....................... | |
Time: 1.24 minutes, Memory: 57.75Mb | |
There were 10 errors: | |
1) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_with_errors | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:14 | |
2) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_throttled | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:37 | |
3) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_outside_of_throttle | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:71 | |
4) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_no_existing_activity | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:116 | |
5) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_no_changes | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:150 | |
6) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_no_public_changes | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:172 | |
7) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_public_changed_to_private | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:194 | |
8) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_private_changed_to_public | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:216 | |
9) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_field_didnt_previously_exist | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:238 | |
10) BP_Tests_XProfile_Activity::test_bp_xprofile_updated_profile_activity_public_changes | |
Trying to get property of non-object | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:279 | |
/Users/paul/Sites/example.com/src/wp-content/plugins/buddypress/tests/testcases/xprofile/activity.php:255 | |
FAILURES! | |
Tests: 401, Assertions: 607, Errors: 10. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment