Пример #1
0
 public function testGetViewFileUrl()
 {
     $actualResult = $this->_block->getViewFileUrl('css/styles.css');
     $this->assertStringMatchesFormat('http://localhost/pub/static/frontend/%s/en_US/css/styles.css', $actualResult);
 }