lstrojny / phpunit-clever-and-smart

Smarter test runner for PHPUnit
170 stars 13 forks source link

WIP port to php 5.3 #8

Closed staabm closed 10 years ago

staabm commented 10 years ago

do not merge

staabm commented 10 years ago

After your tests go green on trunk, I will port also the unit testsuite to 5.3.

lstrojny commented 10 years ago

Tests are fine now.

lstrojny commented 10 years ago

Adding 5.3 to .travis.yml is missing as well.

staabm commented 10 years ago

finished the "language transformation" for the implementation. as of now the code is green for 5.4 & 5.3 again but is valid php 5.3 syntax.

next step: adjusting test suite to get green on 5.3

staabm commented 10 years ago

I will do the testsuite adjustments in a separate PR .. but please still not merge this.

hopefully I got all your points..