Testing BoardMapper

This commit is contained in:
Julius Haertl
2017-01-18 14:43:00 +01:00
parent 73d196aa6c
commit 140c860944
4 changed files with 124 additions and 14 deletions

View File

@@ -68,10 +68,6 @@ class StackControllerTest extends \PHPUnit_Framework_TestCase {
$this->controller->archived(1);
}
public function testRead() {
$this->stackService->expects($this->once())->method('find');
$this->controller->read(1);
}
public function testCreate() {
$this->stackService->expects($this->once())
->method('create')