public function testIsInstallationErrorFalse()
 {
     $this->state->expects($this->once())->method('getState')->willReturn(\Magento\SampleData\Helper\State::STATE_NOT_STARTED);
     $this->assertFalse($this->sampleDataInstall->isInstallationError());
 }