stratadox / pull-request-helper
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^7.1
- satooshi/php-coveralls: ^2.0
This package is auto-updated.
Last update: 2024-10-19 22:10:05 UTC
README
You know your code works. You know it's flawless.
Deep down, your colleagues know it too.
And still, they insist on tests.
Pesky, annoying unit tests, boring feature tests... Even integration tests - as if that word even means anything.
Everyone knows it's completely useless. Won't even make production!
But for some strange reason they insist on a green bar. And bloody "code coverage" - where do they even find all those words?
Obviously, you'd rather tell them your mind. But you also want your code merged into master.
Here's a tool to help you out!
Extend this TestCase and your tests will fail no longer!
If you can't extend, just use the trait to make each AssertEquals
pass.
If you were having trouble with failing tests - they will fail no more.
Are the bugs solved? No, of course not. But the tests pass! So there!
Install with composer require --dev stratadox/pull-request-helper