|
@@ -40,8 +40,8 @@ class SetRandomMemberTest extends CommandTestCase
|
|
*/
|
|
*/
|
|
public function testFilterArguments()
|
|
public function testFilterArguments()
|
|
{
|
|
{
|
|
- $arguments = array('key');
|
|
|
|
- $expected = array('key');
|
|
|
|
|
|
+ $arguments = array('key', 1);
|
|
|
|
+ $expected = array('key', 1);
|
|
|
|
|
|
$command = $this->getCommand();
|
|
$command = $this->getCommand();
|
|
$command->setArguments($arguments);
|
|
$command->setArguments($arguments);
|