Halleck45 / MutaTesting

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

Php5.5 #5

Closed sanpii closed 11 years ago

Halleck45 commented 11 years ago

Build fails :

./bin/phpunit: No such file or directory

Why did you use the bin-dir directory ? I think that is better to have :

No ?

sanpii commented 11 years ago

I'm lazy to write ./vendor/bin for each command, but it’s probably better…

I’ll fix this.

Halleck45 commented 11 years ago

When you use only one bin directory, your dependencies (bin/phpunit, bin/behat, etc.) are commited... After a while it generates a lot of problems.

Thank's :)

sanpii commented 11 years ago

Amended :)