From 79e9714c745c5e611945e30e60f7e563fdc922bc Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 19 Jan 2018 23:19:50 +0100 Subject: Fix for Diactoros in legacy feature tests --- tests/Feature/ApplicationFeatureTest.php | 14 ++++++++++++++ tests/Feature/Logger/EngelsystemLoggerTest.php | 9 ++------- tests/Feature/Model/LogEntriesModelTest.php | 9 ++------- tests/Feature/Model/RoomModelTest.php | 5 ----- 4 files changed, 18 insertions(+), 19 deletions(-) create mode 100644 tests/Feature/ApplicationFeatureTest.php (limited to 'tests/Feature') diff --git a/tests/Feature/ApplicationFeatureTest.php b/tests/Feature/ApplicationFeatureTest.php new file mode 100644 index 00000000..fc6216f1 --- /dev/null +++ b/tests/Feature/ApplicationFeatureTest.php @@ -0,0 +1,14 @@ +room_id = Room_create('test', false, null, null); -- cgit v1.2.3-54-g00ecf