Fixing tests, round two

This commit is contained in:
Mike Koch 2018-05-18 20:46:46 -04:00
parent 1fffac8b8c
commit 4c54ec677c
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

View File

@ -160,6 +160,8 @@ class CreateTicketTest extends TestCase {
$status->id = 1;
$this->statusGateway->method('getStatusForDefaultAction')
->willReturn($status);
$this->categoryGateway->method('getAllCategories')
->willReturn(array());
}
function testItSavesTheTicketToTheDatabase() {