* PHPUnit_TestCase($name); * } * * function setUp() { * $this->fValue1 = 2; * $this->fValue2 = 3; * } * } * ?> *
* assertTrue($this->fValue1 + $this->fValue2 == 5); * } * ?> *