コード例 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testRemoveNonExistentProperty()
 {
     $class = new PhpClass();
     $class->removeProperty('haha');
 }