prepareForTests(); self::createSandbox(); } protected function tearDown(): void { $this->addToAssertionCount(Mockery::getContainer()->mockery_getExpectationCount()); Mockery::close(); self::destroySandbox(); parent::tearDown(); } }