Closed amotl closed 3 years ago
@alexander-schranz can you make any sense of [1] here?
PHP Fatal error: Uncaught Error: Class 'Doctrine\Tests\DBAL\Platforms\AbstractPlatformTestCase' not found in /home/runner/work/crate-dbal/crate-dbal/test/Crate/Test/DBAL/Platforms/CratePlatformTest.php:40
[1] https://github.com/crate/crate-dbal/runs/2453685056#step:7:5
@amotl this normally happens if composer install
or composer update
was not run with the required --prefer-source
flag. Think it only happens locally? Then try:
rm -rf vendor/doctrine/dbal
composer update --prefer-source
Oh was in the CI, but seems like now its green, not sure why the --prefer-source
didn't work in this case.
Thank you. It happened on CI. Let's watch this space closely ;].
Hi,
this patch bundles three small updates.
With kind regards, Andreas.