74 lines
2.4 KiB
PHP
74 lines
2.4 KiB
PHP
<?php
|
|
require_once PATH_TRUNK . 'gulliver/thirdparty/smarty/libs/Smarty.class.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.xmlform.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.xmlDocument.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.xmlform.php';
|
|
|
|
/**
|
|
* Generated by ProcessMaker Test Unit Generator on 2012-05-10 at 20:39:57.
|
|
*/
|
|
|
|
class classXmlForm_Field_GridTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @covers XmlForm_Field_Grid::XmlForm_Field_Grid
|
|
* @todo Implement testXmlForm_Field_Grid().
|
|
*/
|
|
public function testXmlForm_Field_Grid()
|
|
{
|
|
if (class_exists('XmlForm_Field_Grid')) {
|
|
$methods = get_class_methods( 'XmlForm_Field_Grid');
|
|
$this->assertTrue( in_array( 'XmlForm_Field_Grid', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers XmlForm_Field_Grid::parseFile
|
|
* @todo Implement testparseFile().
|
|
*/
|
|
public function testparseFile()
|
|
{
|
|
if (class_exists('XmlForm_Field_Grid')) {
|
|
$methods = get_class_methods( 'XmlForm_Field_Grid');
|
|
$this->assertTrue( in_array( 'parseFile', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers XmlForm_Field_Grid::render
|
|
* @todo Implement testrender().
|
|
*/
|
|
public function testrender()
|
|
{
|
|
if (class_exists('XmlForm_Field_Grid')) {
|
|
$methods = get_class_methods( 'XmlForm_Field_Grid');
|
|
$this->assertTrue( in_array( 'render', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers XmlForm_Field_Grid::renderGrid
|
|
* @todo Implement testrenderGrid().
|
|
*/
|
|
public function testrenderGrid()
|
|
{
|
|
if (class_exists('XmlForm_Field_Grid')) {
|
|
$methods = get_class_methods( 'XmlForm_Field_Grid');
|
|
$this->assertTrue( in_array( 'renderGrid', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers XmlForm_Field_Grid::flipValues
|
|
* @todo Implement testflipValues().
|
|
*/
|
|
public function testflipValues()
|
|
{
|
|
if (class_exists('XmlForm_Field_Grid')) {
|
|
$methods = get_class_methods( 'XmlForm_Field_Grid');
|
|
$this->assertTrue( in_array( 'flipValues', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
}
|