From 3400f6f431436552d3bef81a4b25733db2cdd9b6 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 26 Aug 2009 10:00:29 +1200 Subject: renamed to plural, for consitency --- tests/HashTagDetectionTest.php | 35 ----------------------------------- tests/HashTagDetectionTests.php | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 tests/HashTagDetectionTest.php create mode 100644 tests/HashTagDetectionTests.php (limited to 'tests') diff --git a/tests/HashTagDetectionTest.php b/tests/HashTagDetectionTest.php deleted file mode 100644 index 55e1f65bf..000000000 --- a/tests/HashTagDetectionTest.php +++ /dev/null @@ -1,35 +0,0 @@ -assertEquals($expected, $rendered); - } - - static public function provider() - { - return array( - array('hello', - 'hello'), - array('#hello', - '#'), - ); - } -} - diff --git a/tests/HashTagDetectionTests.php b/tests/HashTagDetectionTests.php new file mode 100644 index 000000000..4f0b31b0d --- /dev/null +++ b/tests/HashTagDetectionTests.php @@ -0,0 +1,35 @@ +assertEquals($expected, $rendered); + } + + static public function provider() + { + return array( + array('hello', + 'hello'), + array('#hello', + '#'), + ); + } +} + -- cgit v1.2.3-54-g00ecf