class Test_Controller_Welcome extends TestCase { public function test_fubar(){ $this->assertEquals("fubar", "fubar"); } }
php oil test --group=app
?[30;42m?[2KOK (0 tests, 0 assertions) ?[0m?[2K
php oil testswithout a group works. However, running
php oil tests --group=appor
php oil tests --group=Appand the test wont run.
php oil test --group=Coreperforms the same as running :
php oil t
It looks like you're new here. If you want to get involved, click one of these buttons!