Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Error when adding my own unit tests
  • I started to add some app/tests but now when I run all test I get the following error (warning actually):

    1) Warning
    No tests found in class "Fuel\Core\TestCase".

    I am defining my test class as

    namespace Hcps;
    class Test_Utils_Date extends \TestCase {}

    If I run only my tests ( php oil test --group=Hcps ) I do not get the error.

    If I run only Core tests ( 
    php oil test --group=Core ) I do not get the error either.

    I am a little stumped. 

  • I have to pass that on to a PHPUnit expert...

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion