Skip to content

Commit 17e4fe0

Browse files
committed
Update DbaInferenceTest.php
1 parent 08190ed commit 17e4fe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/default/DbaInferenceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function dataFileAsserts(): iterable
1818
throw new \Exception('doctrine/dbal 3.x is required to run tests for php 7.3+. Please install it via composer.');
1919
}
2020

21+
yield from $this->gatherAssertTypes(__DIR__ . '/data/doctrine-dbal-union-result.php');
2122
yield from $this->gatherAssertTypes(__DIR__ . '/data/doctrine-dbal.php');
2223
yield from $this->gatherAssertTypes(__DIR__ . '/data/inference-placeholder.php');
2324

0 commit comments

Comments
 (0)