ContactForm = ClassRegistry::init('Tools.ContactForm'); } public function testContactInstance() { $this->assertInstanceOf('ContactForm', $this->ContactForm); } //TODO }