You are here

public function ServicesEntityNodeResourceTest::testIndexClean in Services Entity API 7.2

Test index functionality with the clean controller.

File

tests/services_entity.test, line 695
Services Entity Tests

Class

ServicesEntityNodeResourceTest
Tests entity_node services for both the generic and clean controller.

Code

public function testIndexClean() {
  $this
    ->testIndex(TRUE);
}