示例#1
0
 public function testRemovePathMappingIgnoresUnknownPaths()
 {
     $packageFile = new PackageFile();
     $packageFile->removePathMapping('/foobar');
     $this->assertFalse($packageFile->hasPathMapping('/foobar'));
 }