Make WordPress Core

Ticket #38433: 38433.output

File 38433.output, 1.0 KB (added by santilinwp, 6 years ago)
Line 
1santilin@santilinx:~/devel/wordpress/wordpress-develop$ vendor/phpunit/phpunit/phpunit --group=santilin
2Installing...
3Running as single site... To run multisite, use -c tests/phpunit/multisite.xml
4Not running ajax tests. To execute these, use --group ajax.
5Not running ms-files tests. To execute these, use --group ms-files.
6Not running external-http tests. To execute these, use --group external-http.
7PHPUnit 6.2.4 by Sebastian Bergmann and contributors.
8
9.F                                                                  2 / 2 (100%)
10
11You should really fix these slow tests (>150ms)...
12 1. 309ms to run Tests_User_Capabilities:test_subscriber_cant_edit_posts
13 2. 182ms to run Tests_User_Capabilities:test_editor_can_edit_posts
14
15
16Time: 35.53 seconds, Memory: 100.50MB
17
18There was 1 failure:
19
201) Tests_User_Capabilities::test_editor_can_edit_posts
21Failed asserting that true is false.
22
23/home/santilin/devel/wordpress/wordpress-develop/tests/phpunit/tests/user/capabilities.php:1603
24
25FAILURES!
26Tests: 2, Assertions: 9, Failures: 1.
27