summaryrefslogtreecommitdiffstats
path: root/pts-core/options/list_tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/options/list_tests.php')
-rw-r--r--pts-core/options/list_tests.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/options/list_tests.php b/pts-core/options/list_tests.php
index c0bc960..e167ae3 100644
--- a/pts-core/options/list_tests.php
+++ b/pts-core/options/list_tests.php
@@ -20,9 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class list_tests
+class list_tests implements pts_option_interface
{
- public static function run()
+ public static function run($r)
{
echo pts_string_header("Phoronix Test Suite - Tests");
foreach(pts_available_tests_array() as $identifier)