public function testGetPercentageCompletionsWithZeroStarts()
 {
     $this->assertEmpty($this->instance->getStarts());
     $this->assertEmpty($this->instance->getCompletions());
     $this->assertEquals(0, $this->instance->getPercentageCompletion());
 }