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