Ejemplo n.º 1
0
 public function testHasAuthorization()
 {
     $io = new NullIO();
     $this->assertFalse($io->hasAuthorization('foo'));
 }