Fixing tests, round two

master^2
Mike Koch 6 years ago
parent 1fffac8b8c
commit 4c54ec677c
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

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

Loading…
Cancel
Save