mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
f31b820b09
commit
c8aea719b1
19 changed files with 56 additions and 43 deletions
|
@ -324,7 +324,7 @@ class FilesystemTest extends TestCase
|
|||
$fs = new Filesystem();
|
||||
|
||||
$result1 = $fs->copy($this->workingDir . '/foo', $this->workingDir . '/foop');
|
||||
$this->assertTrue($result1,'Copying directory failed.');
|
||||
$this->assertTrue($result1, 'Copying directory failed.');
|
||||
$this->assertTrue(is_dir($this->workingDir . '/foop'), 'Not a directory: ' . $this->workingDir . '/foop');
|
||||
$this->assertTrue(is_dir($this->workingDir . '/foop/bar'), 'Not a directory: ' . $this->workingDir . '/foop/bar');
|
||||
$this->assertTrue(is_dir($this->workingDir . '/foop/baz'), 'Not a directory: ' . $this->workingDir . '/foop/baz');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue