You are here

public function PatternsBlockTestCase::testCreateModifyDelete in Patterns 7

Same name and namespace in other branches
  1. 7.2 tests/block/block.test \PatternsBlockTestCase::testCreateModifyDelete()

File

tests/block/block.test, line 32
SimpleTests for the Block component of Patterns.

Class

PatternsBlockTestCase
@file SimpleTests for the Block component of Patterns.

Code

public function testCreateModifyDelete() {
  $this
    ->testCreate();
  $this
    ->testModify();
  $this
    ->testDelete();
}