aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/fixtures/foo.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fixtures/foo.php b/tests/fixtures/foo.php
new file mode 100644
index 0000000..d8439b3
--- /dev/null
+++ b/tests/fixtures/foo.php
@@ -0,0 +1,4 @@
+<?php
+ $a='a';
+
+ $b = $a. $a .' asda';