You are here

public function BoxAccess::testTest in Boxes 7.2

Test

File

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

Class

BoxAccess
This should test the access to boxess

Code

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