mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Refactoring tests
This commit is contained in:
parent
6bb3ab1868
commit
885da4c8ef
6 changed files with 23 additions and 23 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue