PSR-4 Change

Fixing Accidental Change To Code Standards
This commit is contained in:
Fenikkusu 2016-09-02 09:41:01 -04:00 committed by GitHub
parent 4ff37a5981
commit ecfc1ee707

View file

@ -56,7 +56,8 @@ class ProjectTest extends \PHPUnit_Framework_TestCase
$this->assertEquals('master', $project->getBranch());
}
public function testExecute_TestBitbucketDefaultBranch() {
public function testExecute_TestBitbucketDefaultBranch()
{
$project = new Project();
$project->setType('bitbucket');