add test group "api"

This commit is contained in:
Jacson Passold 2018-01-19 20:39:32 -02:00
parent 93af8fc5c2
commit 86d45910d4
5 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,9 @@
namespace Tainacan\Tests;
/**
* @group api
*/
class TAINACAN_REST_Terms_Controller extends TAINACAN_UnitApiTestCase {
public function test_create_filter(){

View File

@ -2,6 +2,9 @@
namespace Tainacan\Tests;
/**
* @group api
*/
class TAINACAN_REST_Items_Controller extends TAINACAN_UnitApiTestCase {
public function test_create_item_in_a_collection(){

View File

@ -4,6 +4,9 @@ namespace Tainacan\Tests;
use Tainacan\Repositories;
/**
* @group api
*/
class TAINACAN_REST_Metadata_Controller extends TAINACAN_UnitApiTestCase {
public function test_insert_metadata() {

View File

@ -2,6 +2,9 @@
namespace Tainacan\Tests;
/**
* @group api
*/
class TAINACAN_REST_Taxonomies_Controller extends TAINACAN_UnitApiTestCase {
public function test_delete_or_trash_a_taxonomy(){

View File

@ -2,6 +2,9 @@
namespace Tainacan\Tests;
/**
* @group api
*/
class TAINACAN_REST_Terms extends TAINACAN_UnitApiTestCase {
public function test_create_term(){