Fix unit tests#172
Conversation
|
@swissspidy It seems like on local, tests autoloading has no effect. Tests are running on local even when I disable this line php-cli-tools/tests/bootstrap.php Line 22 in 6507ba2 |
|
Can I send some tests commits to this PR? |
|
Yes I noticed that too, but no idea why. And the error message on CI don't seem to make sense either
|
|
Error message have |
|
|
That was it! Thanks @thelovekesh! |
|
Still a mystery to me, why it was not reproducible on my local 🤔. I guess it has something to do with tests custom autoloader. |
|
Case insensitive filesystem I suppose |
Trying to fix tests after wp-cli/wp-cli-tests#206
I realized we were not actually running tests against PHP 5.3, only 5.6+, so I figured we can just bump the requirement while at it.
To-do: