From 2071165fe26eb6b46d3ed30f5346d1bcb132acbf Mon Sep 17 00:00:00 2001 From: Eric Kean Date: Thu, 4 Aug 2022 09:05:43 +0200 Subject: [PATCH] Created a General folder for tests --- tests/Feature/{ => General}/AssignmentsSummaryTest.php | 2 +- tests/Feature/{ => General}/ContactUsTest.php | 2 +- tests/Feature/{ => General}/IncompleteRegistrationTest.php | 2 +- tests/Feature/{ => General}/LocaleTest.php | 2 +- tests/Feature/{ => General}/LoginTest.php | 2 +- tests/Feature/{ => General}/LtiRegistrationTest.php | 2 +- tests/Feature/{ => General}/MetaTagTest.php | 2 +- tests/Feature/{ => General}/OAuthTest.php | 2 +- tests/Feature/{ => General}/OpenCoursesTest.php | 2 +- tests/Feature/{ => General}/QuestionEditorTest.php | 2 +- tests/Feature/{ => General}/QuestionsViewLearningTreesTest.php | 2 +- tests/Feature/{ => General}/QuestionsViewTest.php | 2 +- tests/Feature/{ => General}/RefreshQuestionTest.php | 2 +- tests/Feature/{ => General}/RegisterTest.php | 2 +- tests/Feature/{ => General}/SettingsTest.php | 2 +- tests/Feature/{ => General}/TetheredCoursesTest.php | 2 +- tests/Feature/{ => General}/VerificationTest.php | 2 +- tests/Feature/{ => General}/WebworkTest.php | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) rename tests/Feature/{ => General}/AssignmentsSummaryTest.php (98%) rename tests/Feature/{ => General}/ContactUsTest.php (98%) rename tests/Feature/{ => General}/IncompleteRegistrationTest.php (98%) rename tests/Feature/{ => General}/LocaleTest.php (94%) rename tests/Feature/{ => General}/LoginTest.php (97%) rename tests/Feature/{ => General}/LtiRegistrationTest.php (98%) rename tests/Feature/{ => General}/MetaTagTest.php (99%) rename tests/Feature/{ => General}/OAuthTest.php (99%) rename tests/Feature/{ => General}/OpenCoursesTest.php (99%) rename tests/Feature/{ => General}/QuestionEditorTest.php (99%) rename tests/Feature/{ => General}/QuestionsViewLearningTreesTest.php (99%) rename tests/Feature/{ => General}/QuestionsViewTest.php (99%) rename tests/Feature/{ => General}/RefreshQuestionTest.php (99%) rename tests/Feature/{ => General}/RegisterTest.php (99%) rename tests/Feature/{ => General}/SettingsTest.php (99%) rename tests/Feature/{ => General}/TetheredCoursesTest.php (99%) rename tests/Feature/{ => General}/VerificationTest.php (98%) rename tests/Feature/{ => General}/WebworkTest.php (97%) diff --git a/tests/Feature/AssignmentsSummaryTest.php b/tests/Feature/General/AssignmentsSummaryTest.php similarity index 98% rename from tests/Feature/AssignmentsSummaryTest.php rename to tests/Feature/General/AssignmentsSummaryTest.php index f871ca465..e783fed0d 100644 --- a/tests/Feature/AssignmentsSummaryTest.php +++ b/tests/Feature/General/AssignmentsSummaryTest.php @@ -1,6 +1,6 @@