mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix class name
This commit is contained in:
parent
27898c4c31
commit
3ca22f9ef1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use Composer\DependencyResolver\RuleSet;
|
|||
use Composer\DependencyResolver\RuleSetIterator;
|
||||
use Composer\DependencyResolver\Pool;
|
||||
|
||||
class ResultSetIteratorTest extends \PHPUnit_Framework_TestCase
|
||||
class RuleSetIteratorTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
protected $rules;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue