blob: f12025cf88301e6ccef9b3a640039a5fa47b5e0a [file] [log] [blame]
<?php
require "tests.php";
$f = new Foo();
$b = new Bar();
check::equal(spam($f), 1, "foo");
check::equal(spam($b), 2, "bar");
check::done();