Commit 63f18951 authored by Steve Müller's avatar Steve Müller

give test method more meaningful name

parent 9785286b
......@@ -29,7 +29,7 @@ class PDOPgsqlConnectionTest extends DbalFunctionalTestCase
*
* @param string $charset
*/
public function testPdoPgsqlConnectionWithCharset($charset)
public function testConnectsWithValidCharsetOption($charset)
{
$params = $this->_conn->getParams();
$params['charset'] = $charset;
......
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