Fix ACL and archived REST endpoints
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -57,7 +57,7 @@ class BoardTest extends TestCase {
|
||||
$acl->setId(1);
|
||||
$board = $this->createBoard();
|
||||
$board->setAcl(array($acl));
|
||||
$result = $board->getAcl()[1];
|
||||
$result = $board->getAcl()[0];
|
||||
$this->assertEquals($acl, $result);
|
||||
}
|
||||
public function testSetShared() {
|
||||
|
||||
Reference in New Issue
Block a user