fembooru/ext/et/test.php

11 lines
202 B
PHP
Raw Normal View History

2009-07-20 06:51:36 +01:00
<?php
class ETTest extends ShimmieWebTestCase {
2015-09-26 11:11:26 +01:00
public function testET() {
2009-07-20 06:51:36 +01:00
$this->log_in_as_admin();
$this->get_page("system_info");
2009-08-19 01:28:48 +01:00
$this->assert_title("System Info");
2009-07-20 06:51:36 +01:00
$this->log_out();
}
}