This commit is contained in:
Dmitry Khomutov 2017-02-09 22:15:30 +07:00
commit ea5044bf9b
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
17 changed files with 6 additions and 19 deletions

View file

@ -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());