9 lines
151 B
PHP
Raw Normal View History

2009-11-15 05:34:30 +00:00
<?php
class PoolsTest extends SCoreWebTestCase {
function testPools() {
$this->get_page('pool/list');
$this->assert_title("Pools");
}
}
?>