diff options
Diffstat (limited to 'tests/extension/ext/vendor/moo/feature_class.php')
-rw-r--r-- | tests/extension/ext/vendor/moo/feature_class.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/extension/ext/vendor/moo/feature_class.php b/tests/extension/ext/vendor/moo/feature_class.php new file mode 100644 index 0000000000..cb8bb3da56 --- /dev/null +++ b/tests/extension/ext/vendor/moo/feature_class.php @@ -0,0 +1,7 @@ +<?php + +namespace vendor\moo; + +class feature_class +{ +} |