Commit 03cc3d5c authored by Steve Müller's avatar Steve Müller

fix skip message

parent 26106bd7
......@@ -214,7 +214,7 @@ class DataAccessTest extends \Doctrine\Tests\DbalFunctionalTestCase
{
if ($this->_conn->getDriver() instanceof \Doctrine\DBAL\Driver\Mysqli\Driver ||
$this->_conn->getDriver() instanceof \Doctrine\DBAL\Driver\SQLSrv\Driver) {
$this->markTestSkipped('mysqli actually supports this');
$this->markTestSkipped('mysqli and sqlsrv actually supports this');
}
$datetimeString = '2010-01-01 10:10:10';
......
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