Beispiel #1
0
 public function testGetFrontend()
 {
     $frontend = $this->_model->getFrontend();
     $this->assertSame($this->_cacheFrontendMock, $frontend);
 }