69b9eb42e2
delete, select & insert upgraded More utility function (node to array, arrayToNode) XMLDB special move command PHP Unit Test
8 lines
110 B
PHP
8 lines
110 B
PHP
<?php
|
|
class test1 extends UnitTestCase {
|
|
function test_pass(){
|
|
$this->assertEqual(3,1+2, "pass1");
|
|
}
|
|
}
|
|
?>
|