crate / crate-dbal

Doctrine Database Access Layer for Crate.IO
Apache License 2.0
16 stars 10 forks source link

Some adjustments, mostly CI #116

Closed amotl closed 3 years ago

amotl commented 3 years ago

Hi,

this patch bundles three small updates.

With kind regards, Andreas.

amotl commented 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

alexander-schranz commented 3 years ago

@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
alexander-schranz commented 3 years ago

Oh was in the CI, but seems like now its green, not sure why the --prefer-source didn't work in this case.

amotl commented 3 years ago

Thank you. It happened on CI. Let's watch this space closely ;].