get('cache.app'); $schedule = new Schedule($cache); $result = $schedule->getSchedule(); $this->assertInstanceOf(SymfonySchedule::class, $result); } }