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/HashTagDetectionTests.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/HashTagDetectionTests.php (limited to 'tests/HashTagDetectionTests.php') 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