Пример #1
0
 public function testhasAuthentication()
 {
     $io = new NullIO();
     $this->assertFalse($io->hasAuthentication('foo'));
 }