aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-06-12 12:24:57 +0200
committerNils Adermann <naderman@naderman.de>2011-06-12 12:24:57 +0200
commit11750bdccc168568148de68df2ceca258e5a7da5 (patch)
tree2c6d926ca1a028138ba159ad104f26d87acf7bd0 /tests
parent[ticket/9892] Removing closing php tag from create_schema_files (diff)
downloadphpbb-11750bdccc168568148de68df2ceca258e5a7da5.tar.gz
phpbb-11750bdccc168568148de68df2ceca258e5a7da5.tar.bz2
phpbb-11750bdccc168568148de68df2ceca258e5a7da5.zip
[ticket/9892] Remove incorrect use of camel case
PHPBB3-9892
Diffstat (limited to 'tests')
-rw-r--r--tests/dbal/db_tools_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbal/db_tools_test.php b/tests/dbal/db_tools_test.php
index b9206b622e..48406d40a3 100644
--- a/tests/dbal/db_tools_test.php
+++ b/tests/dbal/db_tools_test.php
@@ -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)
{