Esempio n. 1
0
 public function testPhpunit()
 {
     $helper = new KmsCi_Runner_IntegrationTest_Helper_Phpunit($this);
     $filename = $this->getIntegrationFilename('Test.php');
     $classname = 'Test';
     $args = array('param1' => 'FOO!', 'integId' => $this->getIntegrationId(), 'integPath' => $this->getIntegrationPath(), 'integOutput' => $this->getOutputPath());
     return $helper->test($filename, $classname, null, $args);
 }