mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Add test assertion
This commit is contained in:
parent
8d6f4307c8
commit
7755564962
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class CompositeRepositoryTest extends TestCase
|
||||||
public function testNoRepositories($method, $args)
|
public function testNoRepositories($method, $args)
|
||||||
{
|
{
|
||||||
$repo = new CompositeRepository(array());
|
$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()
|
public function provideMethodCalls()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue