public function testGetThresholdQty()
 {
     $this->scopeConfigMock->expects($this->once())->method('getValue')->willReturn(5);
     $this->assertEquals(5, $this->block->getThresholdQty());
 }