1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Refactoring tests

This commit is contained in:
Gabriel Caruso 2017-12-03 02:41:58 -02:00
parent 6bb3ab1868
commit 885da4c8ef
6 changed files with 23 additions and 23 deletions

View file

@ -55,7 +55,7 @@ class PathRepositoryTest extends TestCase
$this->assertEquals('test/path-unversioned', $package->getName());
$packageVersion = $package->getVersion();
$this->assertTrue(!empty($packageVersion));
$this->assertNotEmpty($packageVersion);
}
public function testLoadPackageFromFileSystemWithWildcard()