Skip to content

Commit

Permalink
Re-enable mysqli type inference tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jan 22, 2024
1 parent e86594d commit e8b5168
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/default/DbaInferenceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ public function dataFileAsserts(): iterable
yield from $this->gatherAssertTypes(__DIR__ . '/data/pdo-column-count.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/pdo-stmt-execute.php');

// XXX skip mysqli tests for now
// yield from $this->gatherAssertTypes(__DIR__ . '/data/mysqli.php');
// yield from $this->gatherAssertTypes(__DIR__ . '/data/mysqli-union-result.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/mysqli.php');
yield from $this->gatherAssertTypes(__DIR__ . '/data/mysqli-union-result.php');

yield from $this->gatherAssertTypes(__DIR__ . '/data/mysqli-escape.php');

Expand Down

0 comments on commit e8b5168

Please sign in to comment.