mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/9892] Remove incorrect use of camel case
PHPBB3-9892
This commit is contained in:
parent
76cc7be4d2
commit
11750bdccc
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ class phpbb_dbal_db_tools_test extends phpbb_database_test_case
|
|||
);
|
||||
}
|
||||
|
||||
static public function columnValues()
|
||||
static public function column_values()
|
||||
{
|
||||
return array(
|
||||
array('c_int_size', -9999),
|
||||
|
@ -161,7 +161,7 @@ class phpbb_dbal_db_tools_test extends phpbb_database_test_case
|
|||
}
|
||||
|
||||
/**
|
||||
* @dataProvider columnValues
|
||||
* @dataProvider column_values
|
||||
*/
|
||||
public function test_created_column($column_name, $column_value)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue