liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
473 stars 65 forks source link

Phpunit Loader #75

Closed peterrehm closed 8 years ago

peterrehm commented 8 years ago

SF 3.x compatibility due to the deprecated progress helper (Had to bump Symfony version therefore)

I also added a way to fix issues with handling of PHPUnit configuration files.

Tickets:

peterrehm commented 8 years ago

Should we bump the PHP version to 5.6?

liuggio commented 8 years ago

@peterrehm wow this sounds great I'm going to do a new major release thanks to this

liuggio commented 8 years ago

@peterrehm the minor problem is the project won't to have dependencies to phpunit...

peterrehm commented 8 years ago

What do you mean with minor problem?

liuggio commented 8 years ago

@alexislefebvre you're right about it @peterrehm minor that would be good to remove strict phpunit dep.

peterrehm commented 8 years ago

2.3 is a problem as the progress handler is different.

The phpunit dependency is needed to resolve the config, what would you suggest?