public function BoxIntegrationTests::testBoxPlacement in Boxes 7.2
Place a box block on the page
File
- ./
boxes.test, line 296 - Tests for block.module.
Class
- BoxIntegrationTests
- Integration Tests
Code
public function testBoxPlacement() {
$this
->assertTrue(TRUE, t('Not implemented'));
}