コード例 #1
0
 function testHasContactMethodFor()
 {
     foreach ($this->permissions as $permission) {
         $this->assertTrue($this->backend->hasContactMethodFor($permission));
     }
 }