コード例 #1
0
ファイル: PackageFileTest.php プロジェクト: kormik/manager
 public function testRemovePathMappingIgnoresUnknownPaths()
 {
     $packageFile = new PackageFile();
     $packageFile->removePathMapping('/foobar');
     $this->assertFalse($packageFile->hasPathMapping('/foobar'));
 }