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

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
limenet authored and StyleCIBot committed Mar 9, 2017
1 parent 778146e commit d3cef07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion tests/limenet/Deploy/DeployTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ private function getUpdateCodeMockedDeploy() : Deploy
->will($this->returnValue(['output' => 'mocked', 'returnValue' => '0']));

return $deploy;

}

public function testCompleteDeploy() : void
Expand Down
3 changes: 1 addition & 2 deletions tests/limenet/Deploy/StrategyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
use limenet\Deploy\Deploy;
use limenet\Deploy\Exceptions\UnauthorizedException;
use limenet\Deploy\Strategies\AlwaysBadStrategy;
use limenet\Deploy\Strategies\AlwaysGoodStrategy;
use limenet\Deploy\Strategies\ValidRequestInvalidBranchTagStrategy;
use limenet\Deploy\Strategies\GithubStrategy;
use limenet\Deploy\Strategies\ValidRequestInvalidBranchTagStrategy;
use PHPUnit\Framework\TestCase;
use Symfony\Component\HttpFoundation\Request;

Expand Down

0 comments on commit d3cef07

Please sign in to comment.