summaryrefslogtreecommitdiffstats
path: root/RoboFile.php
diff options
context:
space:
mode:
Diffstat (limited to 'RoboFile.php')
-rw-r--r--RoboFile.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/RoboFile.php b/RoboFile.php
index 9b7df90..571da64 100644
--- a/RoboFile.php
+++ b/RoboFile.php
@@ -7,18 +7,11 @@
class RoboFile extends \Robo\Tasks
{
public function test () {
-// $coverage = new PHP_CodeCoverage();
-// $coverage->start('PHP-SDK Unit Tests');
-// $this->taskPHPUnit('./test/unit/')->run();
$res = $this->taskExec('phpunit --coverage-html test/output/report --bootstrap test/unit/bootstrap.php ./test/unit')->run();
// print message when tests passed
if ($res->wasSuccessful()) $this->say("All tests passed");
-// $coverage->stop();
-// $writer = new PHP_CodeCoverage_Report_HTML;
-// $writer->process($coverage, 'test/output/report');
-
return $res();
}
} \ No newline at end of file