More SQL command (drop table, drop database)
delete, select & insert upgraded More utility function (node to array, arrayToNode) XMLDB special move command PHP Unit Test
This commit is contained in:
7
simpletest/test/support/test1.php
Normal file
7
simpletest/test/support/test1.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
class test1 extends UnitTestCase {
|
||||
function test_pass(){
|
||||
$this->assertEqual(3,1+2, "pass1");
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user