From ecfc1ee707c9c15114d900deb27d48c0c8b14271 Mon Sep 17 00:00:00 2001 From: Fenikkusu Date: Fri, 2 Sep 2016 09:41:01 -0400 Subject: [PATCH] PSR-4 Change Fixing Accidental Change To Code Standards --- Tests/PHPCI/Model/ProjectTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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');