bebraw
12/13/2009 - 11:58 AM

tinytest_example.php

require("mathutils.php");

function testSum() {
  assert("sum(3, 5) == 8");
}