Skip to content

Commit 2071165

Browse files
committed
Created a General folder for tests
1 parent 433a1a7 commit 2071165

18 files changed

Lines changed: 18 additions & 18 deletions

tests/Feature/AssignmentsSummaryTest.php renamed to tests/Feature/General/AssignmentsSummaryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use App\Assignment;
66
use App\Course;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use Illuminate\Foundation\Testing\RefreshDatabase;
66
use Illuminate\Foundation\Testing\WithFaker;

tests/Feature/IncompleteRegistrationTest.php renamed to tests/Feature/General/IncompleteRegistrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use App\Enrollment;
66
use App\Question;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use Tests\TestCase;
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use App\User;
66
use Tests\TestCase;

tests/Feature/LtiRegistrationTest.php renamed to tests/Feature/General/LtiRegistrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use Illuminate\Foundation\Testing\RefreshDatabase;
66
use Illuminate\Foundation\Testing\WithFaker;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use App\Assignment;
66
use App\Course;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use App\OAuthProvider;
66
use App\User;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use App\Assignment;
66
use App\Course;

tests/Feature/QuestionEditorTest.php renamed to tests/Feature/General/QuestionEditorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Feature;
3+
namespace Tests\Feature\General;
44

55
use App\Assignment;
66
use App\AssignmentTemplate;

0 commit comments

Comments
 (0)