oDepends = new dependencies(); } /** * Cleanup * */ function tearDown() { $this->oDepends = null; } /** * Testing PHP Version */ function testPhpVersion() { $this->phpVersion = $this->oDepends->checkPhpVersion(); $this->assertEqual($this->phpVersion['class'], 'tick'); } } ?>