Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutatesting is mutating my auto_prepend_file #8

Open
omansour opened this issue Jun 14, 2013 · 2 comments
Open

mutatesting is mutating my auto_prepend_file #8

omansour opened this issue Jun 14, 2013 · 2 comments
Assignees
Labels

Comments

@omansour
Copy link

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|✔) %
@ghost ghost assigned Halleck45 Jun 14, 2013
@omansour
Copy link
Author

omansour commented Jul 4, 2013

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

@Halleck45
Copy link
Owner

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

I hope I'll fixe it today ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants