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