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
|
@ -941,8 +941,8 @@ EOF;
|
|||
$this->assertFileContentEquals(__DIR__.'/Fixtures/autoload_functions.php', $this->vendorDir.'/autoload.php');
|
||||
$this->assertFileContentEquals(__DIR__.'/Fixtures/autoload_real_functions_with_removed_include_paths_and_autolad_files.php', $this->vendorDir.'/composer/autoload_real.php');
|
||||
$this->assertFileContentEquals(__DIR__.'/Fixtures/autoload_static_functions_with_removed_include_paths_and_autolad_files.php', $this->vendorDir.'/composer/autoload_static.php');
|
||||
$this->assertFileNotExists($this->vendorDir.'/composer/autoload_files.php');
|
||||
$this->assertFileNotExists($this->vendorDir.'/composer/include_paths.php');
|
||||
$this->assertFileDoesNotExist($this->vendorDir.'/composer/autoload_files.php');
|
||||
$this->assertFileDoesNotExist($this->vendorDir.'/composer/include_paths.php');
|
||||
}
|
||||
|
||||
public function testFilesAutoloadOrderByDependencies()
|
||||
|
@ -1223,7 +1223,7 @@ EOF;
|
|||
|
||||
$this->generator->dump($this->config, $this->repository, $package, $this->im, "composer", false, '_12');
|
||||
|
||||
$this->assertFileNotExists($this->vendorDir."/composer/include_paths.php");
|
||||
$this->assertFileDoesNotExist($this->vendorDir."/composer/include_paths.php");
|
||||
}
|
||||
|
||||
public function testPreAndPostEventsAreDispatchedDuringAutoloadDump()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue