aboutsummaryrefslogtreecommitdiffstats
path: root/config/test_package/test_package.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/test_package/test_package.php')
-rw-r--r--config/test_package/test_package.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/test_package/test_package.php b/config/test_package/test_package.php
new file mode 100644
index 00000000..8d68cf39
--- /dev/null
+++ b/config/test_package/test_package.php
@@ -0,0 +1,14 @@
+<?php
+
+/* DISABLE_PHP_LINT_CHECKING */
+
+class CommitTest {
+ function __construct() {
+ }
+
+ public function testFunction() {
+ }
+}
+
+
+?> \ No newline at end of file