diff --git a/Tests/PHPCI/Command/CreateAdminCommandTest.php b/Tests/PHPCI/Command/CreateAdminCommandTest.php index 10b7b7f3..d68f4ba5 100644 --- a/Tests/PHPCI/Command/CreateAdminCommandTest.php +++ b/Tests/PHPCI/Command/CreateAdminCommandTest.php @@ -35,7 +35,7 @@ class CreateAdminCommandTest extends \PHPUnit_Framework_TestCase parent::setup(); $this->command = $this->getMockBuilder('PHPCI\\Command\\CreateAdminCommand') - ->setConstructorArgs(array($this->getMock('PHPCI\\Store\\UserStore'))) + ->setConstructorArgs(array($this->getMock('PHPCI\\Service\\UserService', array(), array(), '', false))) ->setMethods(array('reloadConfig')) ->getMock() ;