class SpaceOdysseyTest extends PHPUnit_Framework_TestCase {
public function setUp() {
$spacecraft = new Spacecraft();
$spacecraft->addOccupant("Dave");
$spacecraft->addOccupant("HAL 9000");
$this->spacecraft = $spacecraft;
}
public function testSanity() {
$this->assertFalse($this->spacecraft
->getOccupant("HAL 9000")
->check("I can let Dave do that"));
}
public function tearDown() {
}
}
1 comment:
Sir,
I question your motives. I don't see how you can draw religious significance from these series of events, surely you would find solace in this loverly toaster.
Post a Comment