mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-29 12:43:15 +01:00
[ticket/15996] Rename dataProvider to not start with test_
PHPBB3-15996
This commit is contained in:
parent
0d04f53f37
commit
0d166e87b8
@ -163,7 +163,7 @@ class phpbb_dbal_migrator_tool_permission_test extends phpbb_database_test_case
|
||||
$this->assertFalse($this->tool->exists('global_test', true));
|
||||
}
|
||||
|
||||
public function test_permission_set_data()
|
||||
public function data_test_permission_set()
|
||||
{
|
||||
return array(
|
||||
array(
|
||||
@ -188,7 +188,7 @@ class phpbb_dbal_migrator_tool_permission_test extends phpbb_database_test_case
|
||||
}
|
||||
|
||||
/**
|
||||
* @dataProvider test_permission_set_data
|
||||
* @dataProvider data_test_permission_set
|
||||
*/
|
||||
public function test_permission_set($group_name, $auth_option, $type, $has_permission)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user