mutagenesis icon indicating copy to clipboard operation
mutagenesis copied to clipboard

A PHP 5.3+ Mutation Testing framework

Results 6 mutagenesis issues
Sort by recently updated
recently updated
newest added

closes https://github.com/padraic/mutagenesis/issues/4 After successfully installing Mutagenesis, this error appears (caused by the WIP refactoring?): ``` All initial checks successful! The mutagenic slime has been activated. > > Parse error: syntax...

Seems like you forgot to add Mutagenesis\Utility\TestTimeAnalyser.php to pear.xml so after pear installation I have got following error: Warning: require(Mutagenesis\Utility\TestTimeAnalyser.php): failed to open stream: No such file or directory in...

Sorry about the vague PR, I had to do a fair bit of hacking to get mutagenesis working on a test suite I wanted to try it on, by the...

Warning: require(Mutagenesis\Utility\Exception.php): failed to open stream: No such file or directory in C:\PEAR\pear\Mutagenesis\Loader.php on line 135 Call Stack: 0.0004 328768 1. {main}() C:\PEAR\mutagenesis:0 0.0016 401896 2. Mutagenesis\Console::main() C:\PEAR\mutagenesis:13 0.0041 564048...

I'm installed the Mutagenesis, tried to launch $ mutagenesis --src="./" --tests="./protected/tests" And got the message: Stand by...Mutation Testing commencing. PHP Warning: require(Mutagenesis/Utility/TestTimeAnalyser.php): failed to open stream: No such file or...

It appears that a vanilla clone/install of mutagenesis doesn't work. It seems that pear.xml is referencing the incorrect files, as bin/ only contains mutateme and mutateme.bat. ``` bash # git...