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