Example #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);
 }
Example #2
0
 public function test()
 {
     $helper = new KmsCi_Runner_IntegrationTest_Helper_Phpunit($this);
     return $helper->testBrowsers($this->getIntegrationFilename('TestMe.php'), 'KmsCiFramework_TestMe', null, array('qunitUrl' => $this->_runner->getConfig('qunitUrl')));
 }