You are here

public function PatternsNodeTestCase::testCreateModifyDelete in Patterns 7.2

Same name and namespace in other branches
  1. 7 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();
}