Skip to content

Commit 34d9830

Browse files
committed
MTA-3295: [Github] Security issue that Php files are executable
- Fixes #4162
1 parent 1b3139f commit 34d9830

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/tests/functional/etc/config.xml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<appBackendUrl>http://magento2ce.com/admin/</appBackendUrl>
1414
<backendLoginUrl>admin/auth/login</backendLoginUrl>
1515
</application>
16+
<isolation>
17+
<resetUrlPath>dev/tests/functional/isolation.php</resetUrlPath>
18+
<testSuite>none</testSuite>
19+
<testCase>none</testCase>
20+
<test>none</test>
21+
</isolation>
1622
<install>
1723
<host>127.0.0.1</host>
1824
<user>root</user>

0 commit comments

Comments
 (0)