11 use PHPUnit_Framework_MockObject_MockObject as Mock;
26 private $runtimeConfigSourceMock;
33 $this->runtimeConfigSourceMock = $this->getMockBuilder(ConfigSourceInterface::class)
34 ->getMockForAbstractClass();
37 $this->runtimeConfigSourceMock
51 $this->runtimeConfigSourceMock->expects($this->once())
78 $this->runtimeConfigSourceMock->expects($this->once())
97 'default_store_id' =>
'0',
98 'root_category_id' =>
'0' 108 $this->runtimeConfigSourceMock->expects($this->once())