Files
cavepaintingsFork/contrib/blocks/test.php
2012-03-19 18:40:37 +00:00

12 lines
167 B
PHP

<?php
class BlocksTest extends SCoreWebTestCase {
function testBlocks() {
$this->log_in_as_admin();
$this->get_page("blocks/list");
$this->log_out();
}
}
?>