diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-14 07:02:25 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-14 07:02:25 -0500 |
commit | 23289c89a19ef8c262c46d2761b75a2506354d4e (patch) | |
tree | 10b3b48851d4a5f86f3a5d1711aaa2b3c9e3efba | |
parent | fb6b350c21f5f63991099ae2ef9f007c9786cb61 (diff) | |
download | forums-23289c89a19ef8c262c46d2761b75a2506354d4e.tar forums-23289c89a19ef8c262c46d2761b75a2506354d4e.tar.gz forums-23289c89a19ef8c262c46d2761b75a2506354d4e.tar.bz2 forums-23289c89a19ef8c262c46d2761b75a2506354d4e.tar.xz forums-23289c89a19ef8c262c46d2761b75a2506354d4e.zip |
[ticket/9871] Fix test name
PHPBB3-9871
-rw-r--r-- | tests/version/version_fetch_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/version/version_fetch_test.php b/tests/version/version_fetch_test.php index b4912861f4..7b3ba5e717 100644 --- a/tests/version/version_fetch_test.php +++ b/tests/version/version_fetch_test.php @@ -10,7 +10,7 @@ /* * @group slow */ -class phpbb_version_helper_test extends phpbb_test_case +class phpbb_version_helper_fetch_test extends phpbb_test_case { public function setUp() { |