aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields/type_int_test.php
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-27 19:03:19 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-27 19:03:19 +0530
commitdbc223b4c374082d6385205e022664f38380366b (patch)
tree800d9d356e03ca4cb96173578a63ce6148f23141 /tests/profilefields/type_int_test.php
parent24eeab4883c9ced8ba12d99a7cbc14839ba19388 (diff)
downloadforums-dbc223b4c374082d6385205e022664f38380366b.tar
forums-dbc223b4c374082d6385205e022664f38380366b.tar.gz
forums-dbc223b4c374082d6385205e022664f38380366b.tar.bz2
forums-dbc223b4c374082d6385205e022664f38380366b.tar.xz
forums-dbc223b4c374082d6385205e022664f38380366b.zip
[ticket/12334] Change get_profile_value_raw_data to profile_value_raw_data
PHPBB3-12334
Diffstat (limited to 'tests/profilefields/type_int_test.php')
-rw-r--r--tests/profilefields/type_int_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/profilefields/type_int_test.php b/tests/profilefields/type_int_test.php
index 312b3874b8..4b7bbc18c4 100644
--- a/tests/profilefields/type_int_test.php
+++ b/tests/profilefields/type_int_test.php
@@ -169,7 +169,7 @@ class phpbb_profilefield_type_int_test extends phpbb_test_case
$this->assertSame($expected, $result, $description);
}
- public function get_profile_value_raw_data()
+ public function profile_value_raw_data()
{
return array(
array(
@@ -212,7 +212,7 @@ class phpbb_profilefield_type_int_test extends phpbb_test_case
}
/**
- * @dataProvider get_profile_value_raw_data
+ * @dataProvider profile_value_raw_data
*/
public function test_get_profile_value_raw($value, $field_options, $expected, $description)
{