Commit f04b8934 authored by David Zuelke's avatar David Zuelke

fix backslash prefix

parent 2d759495
......@@ -125,7 +125,7 @@ class DriverManagerTest extends \Doctrine\Tests\DbalTestCase
);
if ($expected === false) {
$this->setExpectedException('\Doctrine\DBAL\DBALException');
$this->setExpectedException('Doctrine\DBAL\DBALException');
}
$conn = \Doctrine\DBAL\DriverManager::getConnection($options);
......
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