2009-11-15 05:34:30 +00:00

9 lines
151 B
PHP

<?php
class PoolsTest extends SCoreWebTestCase {
function testPools() {
$this->get_page('pool/list');
$this->assert_title("Pools");
}
}
?>