public function BoxIntegrationTests::testBoxDelete in Boxes 7.2
Test Deleting a box
File
- ./
boxes.test, line 289 - Tests for block.module.
Class
- BoxIntegrationTests
- Integration Tests
Code
public function testBoxDelete() {
$this
->assertTrue(TRUE, t('Not implemented'));
}