You are here

public function PatternsContentTypeTestCase::testCreateModifyDelete in Patterns 7.2

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