Commit b26d9e77 authored by Steve Müller's avatar Steve Müller

give data provider more meaningful name

parent 5fb20302
......@@ -25,7 +25,7 @@ class PDOPgsqlConnectionTest extends DbalFunctionalTestCase
* @group DBAL-1183
* @group DBAL-1189
*
* @dataProvider charset
* @dataProvider getValidCharsets
*
* @param string $charset
*/
......@@ -43,7 +43,7 @@ class PDOPgsqlConnectionTest extends DbalFunctionalTestCase
$this->assertEquals($charset, $connection->query("SHOW client_encoding")->fetch(\PDO::FETCH_COLUMN));
}
public function charset()
public function getValidCharsets()
{
return array(
array("UTF8"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment