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