fembooru/ext/blocks/test.php
2015-09-26 11:11:26 +01:00

12 lines
172 B
PHP

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