Halleck45 / MutaTesting

mutation testing tool for PHP
MIT License
65 stars 10 forks source link

mutatesting is mutating my auto_prepend_file #8

Open omansour opened 11 years ago

omansour commented 11 years ago

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|✔) % php -i | grep prepend
auto_prepend_file => /srv/www/api/dev/prepend.php => /srv/www/api/dev/prepend.php
error_prepend_string => no value => no value
dev [o_mansour] ~/public/player(feature/mutatesting|✔) %
omansour commented 11 years ago

Hey @Halleck45 , do you have an idea about this issue ?

Halleck45 commented 11 years ago

Yes: mutatesting changes your auto_prepend_file configuration in order to prepend PHP code in your tests.

I hope I'll fixe it today ;)