aboutsummaryrefslogtreecommitdiff
path: root/tests/jsonapi/WikiCreateTest.php
diff options
context:
space:
mode:
authormlunzena <lunzenauer@elan-ev.de>2021-08-18 10:19:43 +0200
committermlunzena <lunzenauer@elan-ev.de>2021-08-18 10:22:01 +0200
commit607b1e07f0768227066e528a3792eaedaec941aa (patch)
tree94dbaaccd2e39f7064b0248c74eff1292b12abd0 /tests/jsonapi/WikiCreateTest.php
parentcf997f4c7d1fc0474fea242c6d4e9206a0bc3521 (diff)
update Codeception and phpunit, refs #81
Diffstat (limited to 'tests/jsonapi/WikiCreateTest.php')
-rw-r--r--tests/jsonapi/WikiCreateTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jsonapi/WikiCreateTest.php b/tests/jsonapi/WikiCreateTest.php
index 993fe74..114d450 100644
--- a/tests/jsonapi/WikiCreateTest.php
+++ b/tests/jsonapi/WikiCreateTest.php
@@ -55,6 +55,7 @@ class WikiCreateTest extends \Codeception\Test\Unit
'/courses/{id}/wiki',
WikiCreate::class
);
+ $app->get('/wiki-pages/{id}', function () {})->setName('get-wiki-page');
return $this->tester->sendMockRequest(
$app,