You are here

public function EntityFormBlockTestCase::testEntityFormBlock in Entityform block 7

File

./entityform_block.test, line 135
Tests for the Entityform Block module

Class

EntityFormBlockTestCase
@file Tests for the Entityform Block module

Code

public function testEntityFormBlock() {
  $this
    ->addEntityFormBlock();
  $this
    ->assignEntityFormBlock();
  $this
    ->disableEntityFormBlock();
}