Browse Source

Fix class name

Jordi Boggiano 12 years ago
parent
commit
3ca22f9ef1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Composer/Test/DependencyResolver/RuleSetIteratorTest.php

+ 1 - 1
tests/Composer/Test/DependencyResolver/RuleSetIteratorTest.php

@@ -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;