Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save satwareAG-ironMike/5cf5396a8f78a40d2bd9484e21973b0e to your computer and use it in GitHub Desktop.
Save satwareAG-ironMike/5cf5396a8f78a40d2bd9484e21973b0e to your computer and use it in GitHub Desktop.
Test doctrine-firebird-driver for PHP 8.1 and Firebird 3
git clone --single-branch --branch php81-phpunit https://github.com/satwareAG/doctrine-firebird-driver
cd doctrine-firebird-driver/tests
docker-compose up &
docker exec app-doctrine-firebird-driver composer install
docker exec app-doctrine-firebird-driver bin/simple-phpunit -c ./tests/phpunit.xml
@satwareAG-ironMike
Copy link
Author

Result:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment