cloudinary / cloudinary_php

PHP extension for Cloudinary
https://cloudinary.com/documentation/php_integration
MIT License
389 stars 151 forks source link

Symfony PHPUnit Bridge #337

Closed ruudk closed 2 years ago

ruudk commented 2 years ago

This handles the support of multiple PHPUnit versions on different PHP versions.

See https://symfony.com/doc/current/components/phpunit_bridge.html#testing-with-multiple-phpunit-versions

This PR is not fully ready. I just wanted to share it with you. Please use this as inspiration while adding PHP 8.1 support and droppig PHP 5.6 support :)

@const-cloudinary