mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 07:31:32 +02:00
[ticket/15996] Rename dataProvider to not start with test_
PHPBB3-15996
This commit is contained in:
@@ -163,7 +163,7 @@ class phpbb_dbal_migrator_tool_permission_test extends phpbb_database_test_case
|
|||||||
$this->assertFalse($this->tool->exists('global_test', true));
|
$this->assertFalse($this->tool->exists('global_test', true));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function test_permission_set_data()
|
public function data_test_permission_set()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
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)
|
public function test_permission_set($group_name, $auth_option, $type, $has_permission)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user