mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fix CS (#11003)
This commit is contained in:
parent
6e205a0c84
commit
131da999ac
357 changed files with 5943 additions and 9174 deletions
|
@ -34,9 +34,9 @@ class RequestTest extends TestCase
|
|||
$request->requireName('foo');
|
||||
|
||||
$this->assertEquals(
|
||||
array(
|
||||
[
|
||||
'foo' => new MatchAllConstraint(),
|
||||
),
|
||||
],
|
||||
$request->getRequires()
|
||||
);
|
||||
}
|
||||
|
@ -56,9 +56,9 @@ class RequestTest extends TestCase
|
|||
$request->requireName('foo', $constraint = $this->getVersionConstraint('=', '1'));
|
||||
|
||||
$this->assertEquals(
|
||||
array(
|
||||
[
|
||||
'foo' => $constraint,
|
||||
),
|
||||
],
|
||||
$request->getRequires()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue