Esempio n. 1
0
 public function testCanShowTab()
 {
     $this->assertTrue($this->infoBlock->canShowTab());
 }
Esempio n. 2
0
 /**
  * @param array $integrationData
  * @param bool $expectedValue
  * @dataProvider canShowTabProvider
  */
 public function testCanShowTab($integrationData, $expectedValue)
 {
     $this->webapiBlock = $this->getWebapiBlock($integrationData);
     $this->assertEquals($expectedValue, $this->webapiBlock->canShowTab());
 }