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 . 'workflow/engine/classes/class.dynaformEditor.php';
/**
* Generated by ProcessMaker Test Unit Generator on 2012-07-12 at 20:28:38.
* Generated by ProcessMaker Test Unit Generator on 2012-07-12 at 22:32:31.
*/
class classdynaformEditorTest extends PHPUnit_Framework_TestCase
@@ -43,7 +43,7 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
*/
public function testNumberOfMethodsInThisClass()
{
$this->assertTrue( count($methods) == 10);
$methods = get_class_methods('dynaformEditor'); $this->assertTrue( count($methods) == 10);
}
/**
@@ -59,8 +59,6 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'get');
$this->assertTrue( $params[0]->isArray() == false);
$this->assertTrue( $params[0]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -76,8 +74,6 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'fileName');
$this->assertTrue( $params[0]->isArray() == false);
$this->assertTrue( $params[0]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -90,8 +86,6 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
$this->assertTrue( in_array('_render', $methods ), 'exists method _render' );
$r = new ReflectionMethod('dynaformEditor', '_render');
$params = $r->getParameters();
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -107,8 +101,6 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'file');
$this->assertTrue( $params[0]->isArray() == false);
$this->assertTrue( $params[0]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -124,8 +116,6 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'onOff');
$this->assertTrue( $params[0]->isArray() == false);
$this->assertTrue( $params[0]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -141,8 +131,6 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'data');
$this->assertTrue( $params[0]->isArray() == false);
$this->assertTrue( $params[0]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -155,8 +143,6 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
$this->assertTrue( in_array('_getTmpData', $methods ), 'exists method _getTmpData' );
$r = new ReflectionMethod('dynaformEditor', '_getTmpData');
$params = $r->getParameters();
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -175,8 +161,6 @@ class classdynaformEditorTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[1]->getName() == 'to');
$this->assertTrue( $params[1]->isArray() == false);
$this->assertTrue( $params[1]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
}