fixing phpcs in build.xml and removing the incomplete tag for all phpunits

This commit is contained in:
Fernando Ontiveros
2012-07-12 22:34:02 -04:00
parent b4641ceaae
commit 259263bcc8
171 changed files with 341 additions and 3696 deletions

View File

@@ -10,7 +10,7 @@ require_once PATH_TRUNK . 'gulliver/thirdparty/pear/PEAR.php';
require_once PATH_TRUNK . 'gulliver/system/class.xmlform.php';
/**
* Generated by ProcessMaker Test Unit Generator on 2012-07-12 at 20:28:30.
* Generated by ProcessMaker Test Unit Generator on 2012-07-12 at 22:32:24.
*/
class classXmlForm_Field_JavaScriptTest extends PHPUnit_Framework_TestCase
@@ -43,7 +43,7 @@ class classXmlForm_Field_JavaScriptTest extends PHPUnit_Framework_TestCase
*/
public function testNumberOfMethodsInThisClass()
{
$this->assertTrue( count($methods) == 25);
$methods = get_class_methods('XmlForm_Field_JavaScript'); $this->assertTrue( count($methods) == 25);
}
/**
@@ -67,8 +67,6 @@ class classXmlForm_Field_JavaScriptTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[2]->isArray() == false);
$this->assertTrue( $params[2]->isOptional () == true);
$this->assertTrue( $params[2]->getDefaultValue() == '');
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -89,8 +87,6 @@ class classXmlForm_Field_JavaScriptTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[1]->isArray() == false);
$this->assertTrue( $params[1]->isOptional () == true);
$this->assertTrue( $params[1]->getDefaultValue() == '');
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -109,8 +105,6 @@ class classXmlForm_Field_JavaScriptTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[1]->getName() == 'owner');
$this->assertTrue( $params[1]->isArray() == false);
$this->assertTrue( $params[1]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -126,8 +120,6 @@ class classXmlForm_Field_JavaScriptTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'value');
$this->assertTrue( $params[0]->isArray() == false);
$this->assertTrue( $params[0]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
}