Skip to content

Commit cc1a14e

Browse files
committed
Generic/CodeAnalysis/UnconditionalIfStatement: move parse error to its own file
1 parent 01f5783 commit cc1a14e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.1.inc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ if (true) {
1111
if (file_exists(__FILE__) === true) {
1212

1313
}
14-
15-
// Intentional parse error/live coding.
16-
// This needs to be the last test in the file.
17-
if(true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
3+
// Intentional parse error. Live coding resilience.
4+
if(true

0 commit comments

Comments
 (0)