diff options
Diffstat (limited to 'packages/test_package')
-rw-r--r-- | packages/test_package/test_package.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/test_package/test_package.php b/packages/test_package/test_package.php new file mode 100644 index 00000000..8d68cf39 --- /dev/null +++ b/packages/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 |