fuelphp / upload

FuelPHP Framework - File upload library
MIT License
26 stars 16 forks source link

Travis CI build failed #13

Open kenjis opened 9 years ago

kenjis commented 9 years ago

See https://travis-ci.org/fuelphp/upload/jobs/70970411

WanWizard commented 9 years ago

We've seen it, but sofar no clue why it would fail at this step. We're looking into it.

emlynwest commented 9 years ago

At the time of writing upload does not have any tests anyway so the build status is irrelevant

kenjis commented 9 years ago

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.

According to error message, running below command solves the problem.

$ vendor/bin/codecept build