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.memcached.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:30.
*/
class classPMmemcachedTest extends PHPUnit_Framework_TestCase
@@ -43,7 +43,7 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
*/
public function testNumberOfMethodsInThisClass()
{
$this->assertTrue( count($methods) == 12);
$methods = get_class_methods('PMmemcached'); $this->assertTrue( count($methods) == 12);
}
/**
@@ -59,8 +59,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'workspace');
$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 classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'workspace');
$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 classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( in_array('__clone', $methods ), 'exists method __clone' );
$r = new ReflectionMethod('PMmemcached', '__clone');
$params = $r->getParameters();
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -104,8 +98,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( in_array('__wakeup', $methods ), 'exists method __wakeup' );
$r = new ReflectionMethod('PMmemcached', '__wakeup');
$params = $r->getParameters();
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -128,8 +120,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[2]->isArray() == false);
$this->assertTrue( $params[2]->isOptional () == true);
$this->assertTrue( $params[2]->getDefaultValue() == '0');
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -145,8 +135,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'key');
$this->assertTrue( $params[0]->isArray() == false);
$this->assertTrue( $params[0]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -165,8 +153,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[1]->getName() == 'value');
$this->assertTrue( $params[1]->isArray() == false);
$this->assertTrue( $params[1]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -185,8 +171,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[1]->getName() == 'value');
$this->assertTrue( $params[1]->isArray() == false);
$this->assertTrue( $params[1]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -202,8 +186,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( $params[0]->getName() == 'key');
$this->assertTrue( $params[0]->isArray() == false);
$this->assertTrue( $params[0]->isOptional () == false);
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -216,8 +198,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( in_array('flush', $methods ), 'exists method flush' );
$r = new ReflectionMethod('PMmemcached', 'flush');
$params = $r->getParameters();
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -230,8 +210,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( in_array('getStats', $methods ), 'exists method getStats' );
$r = new ReflectionMethod('PMmemcached', 'getStats');
$params = $r->getParameters();
$this->markTestIncomplete('This test has not been implemented yet.');
}
/**
@@ -244,8 +222,6 @@ class classPMmemcachedTest extends PHPUnit_Framework_TestCase
$this->assertTrue( in_array('printDetails', $methods ), 'exists method printDetails' );
$r = new ReflectionMethod('PMmemcached', 'printDetails');
$params = $r->getParameters();
$this->markTestIncomplete('This test has not been implemented yet.');
}
}