summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/kwalo-080930.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/kwalo-080930.php')
-rw-r--r--emacs.d/nxhtml/tests/in/kwalo-080930.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/emacs.d/nxhtml/tests/in/kwalo-080930.php b/emacs.d/nxhtml/tests/in/kwalo-080930.php
deleted file mode 100644
index b45be15..0000000
--- a/emacs.d/nxhtml/tests/in/kwalo-080930.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?
-
-class Baz
-{
- // This class was written after the file was opened
-}
-
-class Bar
-{
- public function foo()
- {
- var_dump("foo");
- return null;
- }
-}
-
-class Foo
-{
- public function bar()
- {
- var_dump("bar");
- }
-} \ No newline at end of file