Download the PHP package open-southeners/phpunit-todo-markdown-printer without Composer
On this page you can find all versions of the php package open-southeners/phpunit-todo-markdown-printer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download open-southeners/phpunit-todo-markdown-printer
More information about open-southeners/phpunit-todo-markdown-printer
Files in open-southeners/phpunit-todo-markdown-printer
Download open-southeners/phpunit-todo-markdown-printer
More information about open-southeners/phpunit-todo-markdown-printer
Files in open-southeners/phpunit-todo-markdown-printer
Vendor open-southeners
Package phpunit-todo-markdown-printer
Short Description Print your failed tests as a to do list in Markdown format
License MIT
Package phpunit-todo-markdown-printer
Short Description Print your failed tests as a to do list in Markdown format
License MIT
Please rate this library. Is it a good library?
Informations about the package phpunit-todo-markdown-printer
PHPUnit ToDo Markdown Printer
Print your failed tests as a to do list in Markdown format
Status
Getting started
Configuration
Add the following to your phpunit.xml
:
And that's all you need to do, from now on your todo_failed_tests.md
will have the markdown similar as the one below.
Example output
Code
Call to a member function getKey() on null
at /Users/my_user/Projects/my_project/app/Notifications/Notification.php:34
0 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestCase.php(904): PHPUnit\Framework\TestResult->run(Object(Tests\Integration\Http\Controllers\Api\CommentControllerTest))
1 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestCase->run(Object(PHPUnit\Framework\TestResult))
2 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
3 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
4 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(661): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
5 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/Command.php(144): PHPUnit\TextUI\TestRunner->run(Object(PHPUnit\Framework\TestSuite), Array, Array, true)
6 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/Command.php(97): PHPUnit\TextUI\Command->run(Array, true)
7 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/phpunit(98): PHPUnit\TextUI\Command::main()
8 {main}
`
Preview
Failed tests
A summary of tests that failed. Total of 1 failed within 1 files.
CommentControllerTest
- [ ] test_that_fails_mostly
All versions of phpunit-todo-markdown-printer with dependencies
PHP Build Version
Package Version
The package open-southeners/phpunit-todo-markdown-printer contains the following files
Loading the files please wait ....