-
Notifications
You must be signed in to change notification settings - Fork 157
/
Copy pathPhtmlTemplateUnitTest.2.phtml.fixed
55 lines (52 loc) · 1.17 KB
/
PhtmlTemplateUnitTest.2.phtml.fixed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<script type="text/x-magento-init">
</script>
<script>
</script>
<div id="block-testing"
class="block shipping"
data-mage-init='{}'
>
<?php
function _testing()
{
return true;
}
$_productCollection = $block->_getTestFunction();
$block->getTestFunction();
$_something = $this->something();
$block->_getTest();
$block = _testing();
?>
<?php
$block->_getTestAnotherFunction();
?>
<?php $scriptString = <<<script
require([
"jquery",
"jquery/ui",
], function ($, Confirm) {
});
script;
$this->helper();
?>
<script type="jquery/ui">
</script>
<p>This sniff should remove the any <code> type="text/javascript" </code> attributes from <script> tags, but not from elsewhere in the document.</p>
<script></script>
<script></script>
<SCRIPT></SCRIPT>
<script></script>
<script async></script>
<script defer></script>
<script defer></script>
<script crossorigin="anonymous" async src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="https://unpkg.com/alpinejs" defer></script>
<script>
const type="text/javascript";
</script>