Jordi Boggiano преди 12 години
родител
ревизия
7755564962
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/Composer/Test/Repository/CompositeRepositoryTest.php

+ 1 - 1
tests/Composer/Test/Repository/CompositeRepositoryTest.php

@@ -132,7 +132,7 @@ class CompositeRepositoryTest extends TestCase
     public function testNoRepositories($method, $args)
     {
         $repo = new CompositeRepository(array());
-        call_user_func_array(array($repo, $method), $args);
+        $this->assertEquals(array(), call_user_func_array(array($repo, $method), $args));
     }
 
     public function provideMethodCalls()