Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecurityInfo/PhpSecInfo/Test/Test_Core.php')
-rw-r--r--plugins/SecurityInfo/PhpSecInfo/Test/Test_Core.php44
1 files changed, 0 insertions, 44 deletions
diff --git a/plugins/SecurityInfo/PhpSecInfo/Test/Test_Core.php b/plugins/SecurityInfo/PhpSecInfo/Test/Test_Core.php
deleted file mode 100644
index 58230794d2..0000000000
--- a/plugins/SecurityInfo/PhpSecInfo/Test/Test_Core.php
+++ /dev/null
@@ -1,44 +0,0 @@
-<?php
-/**
- * Skeleton Test class file for Core group
- *
- * @package PhpSecInfo
- * @author Ed Finkler <coj@funkatron.com>
- */
-
-/**
- * require the main PhpSecInfo class
- */
-require_once(PHPSECINFO_BASE_DIR.'/Test/Test.php');
-
-
-
-/**
- * This is a skeleton class for PhpSecInfo "Core" tests
- * @package PhpSecInfo
- */
-class PhpSecInfo_Test_Core extends PhpSecInfo_Test
-{
-
- /**
- * This value is used to group test results together.
- *
- * For example, all tests related to the mysql lib should be grouped under "mysql."
- *
- * @var string
- */
- var $test_group = 'Core';
-
-
- /**
- * "Core" tests should pretty much be always testable, so the default is just to return true
- *
- * @return boolean
- */
- function isTestable() {
-
- return true;
- }
-
-
-} \ No newline at end of file