コード例 #1
0
ファイル: AbstractTest.php プロジェクト: nemphys/magento2
 public function testJsQuoteEscape()
 {
     $script = "var s = 'text';";
     $this->assertEquals('var s = \\\'text\\\';', $this->_block->jsQuoteEscape($script));
 }