mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
751190aafd
commit
94926218e8
56 changed files with 94 additions and 123 deletions
|
@ -39,7 +39,7 @@ class PluginInstallerTest extends \PHPUnit_Framework_TestCase
|
|||
$this->directory = sys_get_temp_dir() . '/' . uniqid();
|
||||
for ($i = 1; $i <= 4; $i++) {
|
||||
$filename = '/Fixtures/plugin-v'.$i.'/composer.json';
|
||||
mkdir(dirname($this->directory . $filename), 0777, TRUE);
|
||||
mkdir(dirname($this->directory . $filename), 0777, true);
|
||||
$this->packages[] = $loader->load(__DIR__ . $filename);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue