Log = new Log(); } public function testObject() { $this->assertTrue(is_object($this->Log)); $this->assertInstanceOf('Log', $this->Log); } //TODO }