From 0a8abc54df90f5189fa08b3acc8e40ad3341a46b Mon Sep 17 00:00:00 2001 From: jgen Date: Mon, 10 Feb 2014 00:46:43 -0500 Subject: [PATCH] Rename the class. --- tests/simple_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/simple_test.php b/tests/simple_test.php index b13701a4..8a1ed93a 100644 --- a/tests/simple_test.php +++ b/tests/simple_test.php @@ -4,11 +4,11 @@ require_once('lib/simpletest/autorun.php'); require_once('lib/simpletest/unit_tester.php'); require_once('lib/simpletest/reporter.php'); -class SimpleTestCase extends UnitTestCase { +class ShimmieTestCase extends UnitTestCase { var $options; - function SimpleTestCase() { + function ShimmieTestCase() { $options = getopt("database:url:"); }