From 0d6d3da32c31bf06130ea863433e9498be77076e Mon Sep 17 00:00:00 2001 From: Matthias Held Date: Thu, 30 Aug 2018 15:26:45 +0200 Subject: Fix ScanController tests --- tests/Unit/Controller/ScanControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Unit') diff --git a/tests/Unit/Controller/ScanControllerTest.php b/tests/Unit/Controller/ScanControllerTest.php index 85fa9ce..30a6e62 100644 --- a/tests/Unit/Controller/ScanControllerTest.php +++ b/tests/Unit/Controller/ScanControllerTest.php @@ -185,7 +185,7 @@ class ScanControllerTest extends TestCase ->method('restoreFromTrashbin') ->willReturn($restored); - $result = $controller->recover($id, $sequence, $command, $path ,$timestamp); + $result = $controller->recover($id, $sequence, $command, $path, $name, $timestamp); $this->assertTrue($result instanceof JSONResponse); $this->assertEquals($result->getStatus(), $response); } -- cgit v1.2.3