Fixed BuildServiceTest test

This commit is contained in:
Dmitry Khomutov 2017-03-26 17:48:34 +07:00
parent de649a0d00
commit d46d15c64b
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -67,7 +67,7 @@ class BuildServiceTest extends \PHPUnit_Framework_TestCase
$this->assertNull($returnValue->getLog());
$this->assertEquals('Manual', $returnValue->getCommitMessage());
$this->assertNull($returnValue->getCommitterEmail());
$this->assertNull($returnValue->getExtra());
$this->assertEquals(['branches' => []], $returnValue->getExtra());
$this->assertEquals('master', $returnValue->getBranch());
$this->assertInstanceOf('DateTime', $returnValue->getCreated());
$this->assertEquals('Manual', $returnValue->getCommitId());