mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
fa5d2bfe50
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue