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