public function testIsCompleteTrue() { $job = $this->getJob($this->connection, $this->jobInfo); $this->assertTrue($job->isComplete()); }