We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08190ed commit 17e4fe0Copy full SHA for 17e4fe0
tests/default/DbaInferenceTest.php
@@ -18,6 +18,7 @@ public function dataFileAsserts(): iterable
18
throw new \Exception('doctrine/dbal 3.x is required to run tests for php 7.3+. Please install it via composer.');
19
}
20
21
+ yield from $this->gatherAssertTypes(__DIR__ . '/data/doctrine-dbal-union-result.php');
22
yield from $this->gatherAssertTypes(__DIR__ . '/data/doctrine-dbal.php');
23
yield from $this->gatherAssertTypes(__DIR__ . '/data/inference-placeholder.php');
24
0 commit comments