diff --git a/tests/IseedTest.php b/tests/IseedTest.php index 63edf3f..5165adb 100644 --- a/tests/IseedTest.php +++ b/tests/IseedTest.php @@ -17,7 +17,7 @@ public function __construct() static::$testStubsDir = __DIR__.'/stubs'; } - public function tearDown(): void + protected function tearDown(): void { m::close(); }