mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix more warnings
This commit is contained in:
parent
711d4792ce
commit
d942c65e0c
10 changed files with 22 additions and 18 deletions
|
@ -68,7 +68,7 @@ class ArchiveManagerTest extends ArchiverTest
|
|||
$this->assertFileExists($target);
|
||||
|
||||
$tmppath = sys_get_temp_dir().'/composer_archiver/'.$this->manager->getPackageFilename($package);
|
||||
$this->assertFileNotExists($tmppath);
|
||||
$this->assertFileDoesNotExist($tmppath);
|
||||
|
||||
unlink($target);
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ class ArchiveManagerTest extends ArchiverTest
|
|||
$this->assertFileExists($target);
|
||||
|
||||
$tmppath = sys_get_temp_dir().'/composer_archiver/'.$this->manager->getPackageFilename($package);
|
||||
$this->assertFileNotExists($tmppath);
|
||||
$this->assertFileDoesNotExist($tmppath);
|
||||
|
||||
unlink($target);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue