public function it_can_get_the_time_of_a_scheduled_command() { $timestamp = time(); $this->adapter->zScore('test:schedule', 'test||test')->willReturn($timestamp); $date = $this->getScheduledTime('test', 'test'); $date->getTimestamp()->shouldReturn($timestamp); }