public function ServicesEntityNodeResourceTest::testCRUDClean in Services Entity API 7.2
Tests node services using the 'clean' resource controller.
File
- tests/
services_entity.test, line 774 - Services Entity Tests
Class
- ServicesEntityNodeResourceTest
- Tests entity_node services for both the generic and clean controller.
Code
public function testCRUDClean() {
$this
->testCRUD(TRUE);
}