Fixes
This commit is contained in:
parent
6cff08f073
commit
ea5044bf9b
17 changed files with 6 additions and 19 deletions
|
|
@ -54,7 +54,7 @@ class BuildServiceTest extends \PHPUnit_Framework_TestCase
|
|||
$this->assertNull($returnValue->getStarted());
|
||||
$this->assertNull($returnValue->getFinished());
|
||||
$this->assertNull($returnValue->getLog());
|
||||
$this->assertEquals(\PHPCensor\Helper\Lang::get('manual_build'), $returnValue->getCommitMessage());
|
||||
$this->assertEquals('Manual', $returnValue->getCommitMessage());
|
||||
$this->assertNull($returnValue->getCommitterEmail());
|
||||
$this->assertNull($returnValue->getExtra());
|
||||
$this->assertEquals('master', $returnValue->getBranch());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue