예제 #1
0
 public function testIsSuperuserReturnsTrue()
 {
     $person = new Person(['superuser' => true]);
     $this->assertTrue($person->isSuperuser());
 }