From ee9b5f20823e01874255ee146c2d4fbc8f933c27 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 23 Jun 2026 14:08:39 -0400 Subject: [PATCH] reset v2ClassLoading --- tests/LoaderTest.php | 5 +++++ 1 file changed, 5 insertions(+) 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 {