mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix CS
This commit is contained in:
parent
96a8bc6c5b
commit
ce08582671
86 changed files with 366 additions and 391 deletions
|
@ -41,7 +41,7 @@ class RootPackageLoaderTest extends \PHPUnit_Framework_TestCase
|
|||
'foo/bar' => '~2.1.0-beta2',
|
||||
'bar/baz' => '1.0.x-dev as 1.2.0',
|
||||
'qux/quux' => '1.0.*@rc',
|
||||
'zux/complex' => '~1.0,>=1.0.2@dev'
|
||||
'zux/complex' => '~1.0,>=1.0.2@dev',
|
||||
),
|
||||
'minimum-stability' => 'alpha',
|
||||
));
|
||||
|
@ -83,8 +83,6 @@ class RootPackageLoaderTest extends \PHPUnit_Framework_TestCase
|
|||
$this->assertEquals("No version set (parsed as 1.0.0)", $package->getPrettyVersion());
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function testFeatureBranchPrettyVersion()
|
||||
{
|
||||
if (!function_exists('proc_open')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue