mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Minor adjustments to merged PR
This commit is contained in:
parent
5b87a02767
commit
f5b7e968b2
5 changed files with 20 additions and 19 deletions
|
@ -209,7 +209,7 @@ class InstallationManagerTest extends \PHPUnit_Framework_TestCase
|
|||
public function testGetVendorPathAbsolute()
|
||||
{
|
||||
$manager = new InstallationManager('vendor');
|
||||
$this->assertEquals(realpath('').DIRECTORY_SEPARATOR.'vendor', $manager->getVendorPath(true));
|
||||
$this->assertEquals(getcwd().DIRECTORY_SEPARATOR.'vendor', $manager->getVendorPath(true));
|
||||
}
|
||||
|
||||
public function testGetVendorPathRelative()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue