summaryrefslogtreecommitdiffstats
path: root/3rdparty/simpletest/extensions/coverage/test/sample/code.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/simpletest/extensions/coverage/test/sample/code.php')
-rw-r--r--3rdparty/simpletest/extensions/coverage/test/sample/code.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/simpletest/extensions/coverage/test/sample/code.php b/3rdparty/simpletest/extensions/coverage/test/sample/code.php
new file mode 100644
index 00000000000..a2438f4bee0
--- /dev/null
+++ b/3rdparty/simpletest/extensions/coverage/test/sample/code.php
@@ -0,0 +1,4 @@
+<?php
+// sample code
+$x = 1 + 2;
+if (false) echo "dead"; \ No newline at end of file