Fixed tests after DIC introduction refactoring.

This commit is contained in:
Marco Vito Moscaritolo 2015-05-31 15:19:20 +02:00
parent 98221397b5
commit 7d9e065963

View file

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