Skip to content

Commit 1674028

Browse files
committed
ITT: Tests fixed according to the new structure.
1 parent 615ca27 commit 1674028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/EmulatesEnvironmentTest.php renamed to tests/Helpers/EmulatesEnvironmentTest.php

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

3-
use Illuminated\Testing\EmulatesEnvironment;
3+
use Illuminated\Testing\Helpers\EmulatesEnvironment;
44

55
class EmulatesEnvironmentTest extends TestCase
66
{

tests/InteractsWithConsoleTest.php renamed to tests/Helpers/InteractsWithConsoleTest.php

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

3-
use Illuminated\Testing\InteractsWithConsole;
3+
use Illuminated\Testing\Helpers\InteractsWithConsole;
44

55
class InteractsWithConsoleTest extends TestCase
66
{

0 commit comments

Comments
 (0)