/**
  * @covers \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection::getAllIds
  */
 public function testGetAllIds()
 {
     $this->assertContains(\Magento\Store\Model\Store::DISTRO_STORE_ID, $this->_collection->getAllIds());
 }