Example #1
0
 public function testGetParser()
 {
     $model = new Inline($this->scopeResolverMock, $this->urlMock, $this->layoutMock, $this->configMock, $this->parserMock, $this->stateMock);
     $this->assertEquals($this->parserMock, $model->getParser());
 }