コード例 #1
0
ファイル: NullIOTest.php プロジェクト: neon64/composer
 public function testhasAuthentication()
 {
     $io = new NullIO();
     $this->assertFalse($io->hasAuthentication('foo'));
 }