assertTrue( in_array( 'render', $methods ), 'seems like this function is outside this class' ); } } /** * @covers XmlForm_Field_Subtitle::validateValue * @todo Implement testvalidateValue(). */ public function testvalidateValue() { if (class_exists('XmlForm_Field_Subtitle')) { $methods = get_class_methods( 'XmlForm_Field_Subtitle'); $this->assertTrue( in_array( 'validateValue', $methods ), 'seems like this function is outside this class' ); } } }