diff --git a/Tests/PHPCI/Model/ProjectTest.php b/Tests/PHPCI/Model/ProjectTest.php index 18b9d6d2..52f26416 100644 --- a/Tests/PHPCI/Model/ProjectTest.php +++ b/Tests/PHPCI/Model/ProjectTest.php @@ -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');