Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Commit

Permalink
unit tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Jones committed Jan 27, 2015
1 parent 3b1402a commit 7be1d8d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////

/*
* Include our local composer autoloader just in case
* we are called with a globally installed version of robo.
*/
require_once(__DIR__.'/vendor/autoload.php');

class RoboFile extends Robo\Tasks
{
/**
Expand All @@ -40,6 +34,6 @@ class RoboFile extends Robo\Tasks
public function test()
{
$this->taskCleanDir('./tests/output')->run();
$this->taskPHPUnit()->arg('./tests')->run();
exit($this->taskPHPUnit()->arg('./tests')->run()->getExitCode());
}
}

0 comments on commit 7be1d8d

Please sign in to comment.