We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ade895 commit 9351e88Copy full SHA for 9351e88
Tests/PHPCI/Service/BuildServiceTest.php
@@ -56,7 +56,7 @@ public function testExecute_CreateBasicBuild()
56
$this->assertNull($returnValue->getStarted());
57
$this->assertNull($returnValue->getFinished());
58
$this->assertNull($returnValue->getLog());
59
- $this->assertNull($returnValue->getCommitMessage());
+ $this->assertEmpty($returnValue->getCommitMessage());
60
$this->assertNull($returnValue->getCommitterEmail());
61
$this->assertNull($returnValue->getExtra());
62
$this->assertEquals('master', $returnValue->getBranch());
0 commit comments