<?php /** * Foo Tests * * @group App * @group Foo */ class Tests_Foo extends TestCase { public function test_that_foo_is foo() { $this->assertEquals(Foo::get(), 'foo'); } }
$ php oil test -group="App"
It looks like you're new here. If you want to get involved, click one of these buttons!