diff --git a/tests/LoaderTest.php b/tests/LoaderTest.php index bffd7d1..cbb916a 100644 --- a/tests/LoaderTest.php +++ b/tests/LoaderTest.php @@ -21,6 +21,11 @@ class LoaderTest extends TestCase $this->loader = new Loader(); } + protected function tearDown(): void + { + Loader::setV2ClassLoading(true); + } + // Autoload a class public function testAutoload(): void {