protected function setUp() { $this->command = $this->createCommand(new Create()); $this->yo = $this->getYo(['exists', 'create']); $this->questionHelper = $this->getMockBuilder('Symfony\\Component\\Console\\Helper\\QuestionHelper')->disableOriginalConstructor()->setMethods(['ask'])->getMock(); parent::setUp(); }
protected function setUp() { $this->command = $this->createCommand(new Check()); $this->yo = $this->getYo(['exists']); parent::setUp(); }
protected function setUp() { $this->command = $this->createCommand(new User()); $this->yo = $this->getYo(['user']); parent::setUp(); }
protected function setUp() { $this->command = $this->createCommand(new Total()); $this->yo = $this->getYo(['total']); parent::setUp(); }