Created
July 31, 2018 00:51
-
-
Save dougbeal/a0df1e4f43a94511283e219f7a8c3c15 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
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/phpunit.xml.dist | |
| Installing... | |
| Running as single site... To run multisite, use -c tests/phpunit/multisite.xml | |
| 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 6.5.9 by Sebastian Bergmann and contributors. | |
| ....................EEE.......................................... 65 / 88 ( 73%) | |
| ....................... 88 / 88 (100%) | |
| Time: 8.1 seconds, Memory: 12.00MB | |
| There were 3 errors: | |
| 1) MicropubTest::test_create_with_supported_syndicate_to | |
| ArgumentCountError: Too few arguments to function MicropubTest::syndications(), 1 passed in /usr/share/nginx/html/wp-includes/class-wp-hook.php on line 300 and exactly 2 expected | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:418 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:300 | |
| /usr/share/nginx/html/wp-includes/plugin.php:203 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:200 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:131 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:96 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:298 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:323 | |
| /usr/share/nginx/html/wp-includes/plugin.php:453 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:166 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:182 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:204 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:437 | |
| 2) MicropubTest::test_create_with_unsupported_syndicate_to | |
| ArgumentCountError: Too few arguments to function MicropubTest::syndications(), 1 passed in /usr/share/nginx/html/wp-includes/class-wp-hook.php on line 300 and exactly 2 expected | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:418 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:300 | |
| /usr/share/nginx/html/wp-includes/plugin.php:203 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:200 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:131 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:96 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:298 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:323 | |
| /usr/share/nginx/html/wp-includes/plugin.php:453 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:166 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:182 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:448 | |
| 3) MicropubTest::test_create_syn_hook | |
| ArgumentCountError: Too few arguments to function MicropubTest::syndications(), 1 passed in /usr/share/nginx/html/wp-includes/class-wp-hook.php on line 300 and exactly 2 expected | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:418 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:300 | |
| /usr/share/nginx/html/wp-includes/plugin.php:203 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:200 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:131 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/includes/class-micropub-endpoint.php:96 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:298 | |
| /usr/share/nginx/html/wp-includes/class-wp-hook.php:323 | |
| /usr/share/nginx/html/wp-includes/plugin.php:453 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:166 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:182 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:204 | |
| /usr/share/nginx/html/wp-content/plugins/wordpress-micropub/tests/test_micropub.php:462 | |
| ERRORS! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment