set('app.debug', false); $this->setKnownUuidFactory(); } /** * Tear down tests. */ protected function tearDown(): void { parent::tearDown(); Carbon::setTestNow(); CarbonImmutable::setTestNow(); } /** * Handles the known UUID handling in certain unit tests. Use the "KnownUuid" trait * in order to enable this ability. */ public function setKnownUuidFactory() { // do nothing } }