100% API coverage again

This commit is contained in:
Matthew Ross 2016-08-25 20:15:15 -04:00
parent 80798ab0a4
commit 53e89426d4

View File

@ -233,6 +233,9 @@ class BoardsTest extends PHPUnit_Framework_TestCase {
$request->header = [DataMock::getJwt()];
$board = DataMock::getBoardForDb();
$admin = new User(new ContainerMock(), 1);
$board->users[] = $admin;
$request->payload = $board;
$response = $this->boards->addBoard($request,