test file
This commit is contained in:
parent
e61b1fe954
commit
43dbf5baea
8
contrib/pools/test.php
Normal file
8
contrib/pools/test.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
class PoolsTest extends SCoreWebTestCase {
|
||||
function testPools() {
|
||||
$this->get_page('pool/list');
|
||||
$this->assert_title("Pools");
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user