diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-08-26 10:00:29 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-08-26 10:00:29 +1200 |
commit | 3400f6f431436552d3bef81a4b25733db2cdd9b6 (patch) | |
tree | 95ac47e42833bd43a28fc7ac15462226f3bc7abc | |
parent | 31329c33aee7f3d4b5c1dd80f32fcd45e7877850 (diff) |
renamed to plural, for consitency
-rw-r--r-- | tests/HashTagDetectionTests.php (renamed from tests/HashTagDetectionTest.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/HashTagDetectionTest.php b/tests/HashTagDetectionTests.php index 55e1f65bf..4f0b31b0d 100644 --- a/tests/HashTagDetectionTest.php +++ b/tests/HashTagDetectionTests.php @@ -10,7 +10,7 @@ define('LACONICA', true); require_once INSTALLDIR . '/lib/common.php'; -class HashTagDetectionTest extends PHPUnit_Framework_TestCase +class HashTagDetectionTests extends PHPUnit_Framework_TestCase { /** * @dataProvider provider |