Пример #1
0
 /**
  * @test
  */
 public function setOpenedForBooleanSetsOpened()
 {
     $this->fixture->setOpened(TRUE);
     $this->assertSame(TRUE, $this->fixture->getOpened());
 }