MutaTesting
MutaTesting copied to clipboard
mutation testing tool for PHP
I use vfsStreamWrapper in some test cases to mock the filesystem in unit tests. The tests initialize vfsStreamWrapper properly and all tests run fine in PHPUnit. You can find it...
I try to launch MutaTesting but it doesn't work : php mutatesting.phar phpunit /home/xxx/php-mime-mail-parser/vendor/bin/phpunit /home/xxx/php-mime-mail-parser/test/eXorus/PhpMimeMailParser/ --report-html=/home/xxx/php-mime-mail-parser/file.html --options="-c phpunit.xml" Mutation testing tool for PHP, by Jean-François Lépine http://www.lepine.pro Executing test suite......
The dependencies in composer.json file are not working. the dependency to "halleck45/php-metrics" should be set to dev-master and not master
Hi. I tried to install MutaTesting by following your instructions, but I got this error: Your requirements could not be resolved to an installable set of packages. Problem 1 -...
Running the mutatest, I get a "Call to a member function hasFail() on a non-object" See file : https://github.com/Halleck45/MutaTesting/blob/master/src/Hal/MutaTesting/Command/RunMutatingCommand.php#L135
don't ask me why ;) I have an auto_prepend file in my config and php is mutating this file instead of my test file :( ``` dev [o_mansour] ~/public/player(feature/mutatesting|✔) %...