|
|
@@ -114,6 +114,7 @@ class ConnectionTest extends TestCase {
|
|
|
*/
|
|
|
public function testWrongCredentials() {
|
|
|
$config = ConnectionManager::config('test');
|
|
|
+ $this->skipIf(isset($config['url']), 'Datasource has dsn, skipping.');
|
|
|
$connection = new Connection(['database' => '_probably_not_there_'] + ConnectionManager::config('test'));
|
|
|
$connection->connect();
|
|
|
}
|