phpunit api group (phpunit --group api)
This commit is contained in:
parent
043a5a02a0
commit
a6d39f7666
|
@ -2,6 +2,10 @@
|
|||
|
||||
namespace Tainacan\Tests;
|
||||
|
||||
/**
|
||||
* @group api
|
||||
*
|
||||
*/
|
||||
class TAINACAN_REST_Collections_Controller extends TAINACAN_UnitApiTestCase {
|
||||
|
||||
public function test_register_route() {
|
||||
|
|
Loading…
Reference in New Issue