Contact =& ClassRegistry::init('Contact'); } function testContactInstance() { $this->assertTrue(is_a($this->Contact, 'Contact')); } //TODO } ?>