Example #1
0
 /**
  * @test
  */
 public function setIconSetsIcon()
 {
     $this->fixture->setIcon('icon.png');
     $this->assertSame('icon.png', $this->fixture->getIcon());
 }