You are here

public function BoxIntegrationTests::testBoxEdit in Boxes 7.2

Test Editing a box

File

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

Class

BoxIntegrationTests
Integration Tests

Code

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