assertTrue( in_array( 'verifyDateFormat', $methods ), 'seems like this function is outside this class' ); } } /** * @covers XmlForm_Field_Date5::isvalidBeforeFormat * @todo Implement testisvalidBeforeFormat(). */ public function testisvalidBeforeFormat() { if (class_exists('XmlForm_Field_Date5')) { $methods = get_class_methods( 'XmlForm_Field_Date5'); $this->assertTrue( in_array( 'isvalidBeforeFormat', $methods ), 'seems like this function is outside this class' ); } } /** * @covers XmlForm_Field_Date5::calculateBeforeFormat * @todo Implement testcalculateBeforeFormat(). */ public function testcalculateBeforeFormat() { if (class_exists('XmlForm_Field_Date5')) { $methods = get_class_methods( 'XmlForm_Field_Date5'); $this->assertTrue( in_array( 'calculateBeforeFormat', $methods ), 'seems like this function is outside this class' ); } } /** * @covers XmlForm_Field_Date5::render * @todo Implement testrender(). */ public function testrender() { if (class_exists('XmlForm_Field_Date5')) { $methods = get_class_methods( 'XmlForm_Field_Date5'); $this->assertTrue( in_array( 'render', $methods ), 'seems like this function is outside this class' ); } } /** * @covers XmlForm_Field_Date5::renderGrid * @todo Implement testrenderGrid(). */ public function testrenderGrid() { if (class_exists('XmlForm_Field_Date5')) { $methods = get_class_methods( 'XmlForm_Field_Date5'); $this->assertTrue( in_array( 'renderGrid', $methods ), 'seems like this function is outside this class' ); } } /** * @covers XmlForm_Field_Date5::__draw_widget * @todo Implement test__draw_widget(). */ public function test__draw_widget() { if (class_exists('XmlForm_Field_Date5')) { $methods = get_class_methods( 'XmlForm_Field_Date5'); $this->assertTrue( in_array( '__draw_widget', $methods ), 'seems like this function is outside this class' ); } } /** * @covers XmlForm_Field_Date5::getSplitDate * @todo Implement testgetSplitDate(). */ public function testgetSplitDate() { if (class_exists('XmlForm_Field_Date5')) { $methods = get_class_methods( 'XmlForm_Field_Date5'); $this->assertTrue( in_array( 'getSplitDate', $methods ), 'seems like this function is outside this class' ); } } }