summaryrefslogtreecommitdiffstats
path: root/RoboFile.php
diff options
context:
space:
mode:
authornornholdj <nornholdj@gmail.com>2014-10-28 17:36:58 -0400
committernornholdj <nornholdj@gmail.com>2014-10-28 17:36:58 -0400
commite8e8cabb77bdf994a78f3f3a66ae3bdeb2da3d48 (patch)
treedfc0587d65e535a4af43df659ad793ee79106a15 /RoboFile.php
parentc004fdc8fd6140d0074000ae112e7d0ca70437c1 (diff)
downloadphp-sparkpost-e8e8cabb77bdf994a78f3f3a66ae3bdeb2da3d48.zip
php-sparkpost-e8e8cabb77bdf994a78f3f3a66ae3bdeb2da3d48.tar.gz
php-sparkpost-e8e8cabb77bdf994a78f3f3a66ae3bdeb2da3d48.tar.bz2
MA-946 #time 10h Updated examples and tested. Updated Documentation. Setup composer inclusion testing.
Diffstat (limited to 'RoboFile.php')
-rw-r--r--RoboFile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/RoboFile.php b/RoboFile.php
index 592e7ae..9b7df90 100644
--- a/RoboFile.php
+++ b/RoboFile.php
@@ -10,7 +10,7 @@ class RoboFile extends \Robo\Tasks
// $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 ./vendor/autoload.php ./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");