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