From: Brenda Wallace Date: Tue, 25 Aug 2009 22:00:29 +0000 (+1200) Subject: renamed to plural, for consitency X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3400f6f431436552d3bef81a4b25733db2cdd9b6;p=quix0rs-gnu-social.git renamed to plural, for consitency --- diff --git a/tests/HashTagDetectionTest.php b/tests/HashTagDetectionTest.php deleted file mode 100644 index 55e1f65bf9..0000000000 --- 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 0000000000..4f0b31b0df --- /dev/null +++ b/tests/HashTagDetectionTests.php @@ -0,0 +1,35 @@ +assertEquals($expected, $rendered); + } + + static public function provider() + { + return array( + array('hello', + 'hello'), + array('#hello', + '#'), + ); + } +} +