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