You are here

public function BoxIntegrationTests::testBoxAdd in Boxes 7.2

Test adding a box

File

./boxes.test, line 275
Tests for block.module.

Class

BoxIntegrationTests
Integration Tests

Code

public function testBoxAdd() {
  $this
    ->assertTrue(TRUE, t('Not implemented'));
}