public function BundleInherit::testCRUD in Bundle Inherit 7
Run complex CRUD test based on node entity type.
File
- ./
bundle_inherit.test, line 105 - Tests for bundle_inherit module.
Class
- BundleInherit
- @file Tests for bundle_inherit module.
Code
public function testCRUD() {
$this
->inheritPerform();
$this
->fieldInstanceCreate();
$this
->fieldInstanceUpdate();
$this
->fieldInstanceDelete();
}