1 | santilin@santilinx:~/devel/wordpress/wordpress-develop$ vendor/phpunit/phpunit/phpunit --group=santilin |
---|
2 | Installing... |
---|
3 | Running as single site... To run multisite, use -c tests/phpunit/multisite.xml |
---|
4 | Not running ajax tests. To execute these, use --group ajax. |
---|
5 | Not running ms-files tests. To execute these, use --group ms-files. |
---|
6 | Not running external-http tests. To execute these, use --group external-http. |
---|
7 | PHPUnit 6.2.4 by Sebastian Bergmann and contributors. |
---|
8 | |
---|
9 | .F 2 / 2 (100%) |
---|
10 | |
---|
11 | You 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 | |
---|
16 | Time: 35.53 seconds, Memory: 100.50MB |
---|
17 | |
---|
18 | There was 1 failure: |
---|
19 | |
---|
20 | 1) Tests_User_Capabilities::test_editor_can_edit_posts |
---|
21 | Failed asserting that true is false. |
---|
22 | |
---|
23 | /home/santilin/devel/wordpress/wordpress-develop/tests/phpunit/tests/user/capabilities.php:1603 |
---|
24 | |
---|
25 | FAILURES! |
---|
26 | Tests: 2, Assertions: 9, Failures: 1. |
---|
27 | |
---|