Skip to content

Commit

Permalink
kill the test
Browse files Browse the repository at this point in the history
  • Loading branch information
auroraeosrose authored Jun 22, 2017
1 parent 2cc2fd9 commit cc6795d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/ExtendedPdoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -672,14 +672,6 @@ public function testNoExportOfLoginCredentials()
$this->assertContains('[4]=>array(0) {}', $data);
}

public function testSqlsrvErrmodeWarning()
{
$pdo = new ExtendedPdo('sqlsrv:bogus');
$data = $this->dump($pdo);
// options
$this->assertContains('[3]=>array(1) {[3]=>int(1)}', $data);
}

protected function dump($pdo)
{
ob_start();
Expand Down

0 comments on commit cc6795d

Please sign in to comment.