aboutsummaryrefslogtreecommitdiffstats
path: root/config/test_package/test_package.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-09 14:03:26 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-09 14:03:26 +0200
commita34a7dcc5ea850120e89dcd67cde1c716e604e8f (patch)
tree4f9a531062f7557b7e29e05e76bdf0aa0d308a92 /config/test_package/test_package.php
parent6a1792873119fc4cb3c493272de5029393c9a951 (diff)
downloadpfsense-packages-a34a7dcc5ea850120e89dcd67cde1c716e604e8f.tar.gz
pfsense-packages-a34a7dcc5ea850120e89dcd67cde1c716e604e8f.tar.bz2
pfsense-packages-a34a7dcc5ea850120e89dcd67cde1c716e604e8f.zip
Generalize and nuke harmful stuff
Diffstat (limited to 'config/test_package/test_package.php')
-rw-r--r--config/test_package/test_package.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/config/test_package/test_package.php b/config/test_package/test_package.php
deleted file mode 100644
index 8d68cf39..00000000
--- a/config/test_package/test_package.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-/* DISABLE_PHP_LINT_CHECKING */
-
-class CommitTest {
- function __construct() {
- }
-
- public function testFunction() {
- }
-}
-
-
-?> \ No newline at end of file