MDL-15204 Update complete

This commit is contained in:
nicolasconnault
2008-06-10 20:10:50 +00:00
parent 0b00c4ce59
commit f80efd77e7
45 changed files with 17908 additions and 16584 deletions
@@ -26,7 +26,7 @@
* @param $label Test name to display.
* @public
*/
function TestCase($label) {
function TestCase($label = false) {
$this->SimpleTestCase($label);
}