diff options
Diffstat (limited to 'tests/functional/BaseTest.php')
-rw-r--r-- | tests/functional/BaseTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/BaseTest.php b/tests/functional/BaseTest.php index ce045fb..3450600 100644 --- a/tests/functional/BaseTest.php +++ b/tests/functional/BaseTest.php @@ -4,7 +4,7 @@ namespace tests\functional; use PHPUnit\Framework\TestCase; -use kch42\ste\STECore; +use r7r\ste\STECore; abstract class BaseTest extends TestCase { |