예제 #1
0
파일: SiteTest.php 프로젝트: Nenuial/Yrch
 /**
  * @expectedException InvalidArgumentException
  */
 public function testOwnersException()
 {
     $user = new User();
     $this->site->addOwner($user);
     $this->site->removeOwner($user);
 }