We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://travis-ci.org/fuelphp/upload/jobs/70970411
The text was updated successfully, but these errors were encountered:
We've seen it, but sofar no clue why it would fail at this step. We're looking into it.
Sorry, something went wrong.
At the time of writing upload does not have any tests anyway so the build status is irrelevant
The reason is
[Codeception\Exception\ConfigurationException] UnitTester class doesn't exists in suite folder. Run the 'build' command to generate it
Probably Codeception changed. Now it needs tests/_support/UnitTester.php.
tests/_support/UnitTester.php
According to error message, running below command solves the problem.
$ vendor/bin/codecept build
No branches or pull requests
See https://travis-ci.org/fuelphp/upload/jobs/70970411
The text was updated successfully, but these errors were encountered: