Exemplo n.º 1
0
 public function test_IsAdmin()
 {
     $result = It::isAdmin();
     $this->assertNull($result);
 }