test file
This commit is contained in:
parent
e61b1fe954
commit
43dbf5baea
1 changed files with 8 additions and 0 deletions
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");
|
||||
}
|
||||
}
|
||||
?>
|
Reference in a new issue