diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-05-11 07:19:42 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-05-11 07:19:42 +0000 |
| commit | 20240b2aacb15ab3264afbfbbc9dae952db4bb63 (patch) | |
| tree | 597cae73c5ae7ab9eda6d066d45430c3f17a4560 /tests/jsonapi | |
| parent | c054faf90288a75fc3680480434ba93b7f5b287b (diff) | |
convert old core plugins to new model, re #814
Merge request studip/studip!440
Diffstat (limited to 'tests/jsonapi')
| -rw-r--r-- | tests/jsonapi/ForumEntriesShowTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/jsonapi/ForumEntriesShowTest.php b/tests/jsonapi/ForumEntriesShowTest.php index 2443fa6..e823842 100644 --- a/tests/jsonapi/ForumEntriesShowTest.php +++ b/tests/jsonapi/ForumEntriesShowTest.php @@ -1,6 +1,5 @@ <?php -require_once 'public/plugins_packages/core/Forum/models/ForumEntry.php'; require_once 'ForumTestHelper.php'; use JsonApi\Models\ForumEntry as ForumEntryModel; |
