Commit 81cc2a7f authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix postgresql test on travis

parent 1eb38227
...@@ -217,7 +217,7 @@ class ExceptionTest extends \Doctrine\Tests\DbalFunctionalTestCase ...@@ -217,7 +217,7 @@ class ExceptionTest extends \Doctrine\Tests\DbalFunctionalTestCase
$this->markTestSkipped("Only skipped if platform is not sqlite"); $this->markTestSkipped("Only skipped if platform is not sqlite");
} }
if ($this->_conn->getDatabasePlatform()->getName() == 'pgsql' && isset($params['password'])) { if ($this->_conn->getDatabasePlatform()->getName() == 'postgresql' && isset($params['password'])) {
$this->markTestSkipped("Does not work on Travis"); $this->markTestSkipped("Does not work on Travis");
} }
......
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