public function PatternsContentTypeTestCase::testCreateModifyDelete in Patterns 7
Same name and namespace in other branches
- 7.2 tests/node/content.test \PatternsContentTypeTestCase::testCreateModifyDelete()
File
- tests/node/content.test, line 30
- SimpleTests for the Node component of Patterns (Content Types).
Class
- PatternsContentTypeTestCase
- @file
SimpleTests for the Node component of Patterns (Content Types).
Code
public function testCreateModifyDelete() {
$this
->testCreate();
$this
->testModify();
$this
->testDelete();
}