Definition at line 15 of file YesNoTest.php.
◆ executeDataProvider()
◆ setUp()
{}
Definition at line 45 of file YesNoTest.php.
47 $this->inputMock = $this->getMockBuilder(InputInterface::class)
48 ->getMockForAbstractClass();
49 $this->outputMock = $this->getMockBuilder(OutputInterface::class)
50 ->getMockForAbstractClass();
51 $this->questionFactoryMock = $this->getMockBuilder(QuestionFactory::class)
52 ->disableOriginalConstructor()
53 ->setMethods([
'create'])
55 $this->questionHelperMock = $this->getMockBuilder(QuestionHelper::class)
56 ->disableOriginalConstructor()
59 $this->questionPerformer =
new YesNo($this->questionHelperMock, $this->questionFactoryMock);
The documentation for this class was generated from the following file:
- vendor/magento/framework/Console/Test/Unit/QuestionPerformer/YesNoTest.php