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

Ignore ambiguous classes in tests/fixtures dirs, fixes #2858

This commit is contained in:
Jordi Boggiano 2014-03-31 21:36:48 +02:00
parent 355dc67038
commit 8974a1ac92
2 changed files with 2 additions and 1 deletions

View file

@ -102,6 +102,7 @@ class ClassMapGeneratorTest extends \PHPUnit_Framework_TestCase
$find->invoke(null, __DIR__.'/no-file');
}
public function testAmbiguousReference()
{
$this->checkIfFinderIsAvailable();