Example #1
0
 /**
  * @covers Fabfuel\Prophiler\DataCollector\Generic::setIcon
  * @covers Fabfuel\Prophiler\DataCollector\Generic::getIcon
  */
 public function testEmptyIcon()
 {
     $this->generic->setIcon(null);
     $this->assertSame('', $this->generic->getIcon());
 }