From ce76dba4823f26c3a4ba660b5814d93c9e9d423b Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Sat, 25 May 2013 17:48:34 +0100 Subject: [PATCH] Move parse tests in parseTest.php --- test/{textcartManagerTest.php => textcartManager/parseTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{textcartManagerTest.php => textcartManager/parseTest.php} (98%) diff --git a/test/textcartManagerTest.php b/test/textcartManager/parseTest.php similarity index 98% rename from test/textcartManagerTest.php rename to test/textcartManager/parseTest.php index 041ab9c..9003c10 100644 --- a/test/textcartManagerTest.php +++ b/test/textcartManager/parseTest.php @@ -15,7 +15,7 @@ function __date($year, $month, $day) { return "Date: $year/$month/$day"; } /*** end mock ***/ -class TextcartManagerTest extends PHPUnit_Framework_TestCase { +class ParseTest extends PHPUnit_Framework_TestCase { protected $cart; protected $mgr; -- 2.30.2