Пример #1
0
 /**
  * @test
  */
 public function settingDeletedByUsingSetThrowsAnException()
 {
     $this->setExpectedException('InvalidArgumentException', '$key must not be "deleted". Please use setToDeleted() instead.');
     $this->subject->setDeletedPropertyUsingSet();
 }