Topic: phpunit with php7x-php

Hello, is it possible to use phpunit with the php7x-php packages that installs into /opt? When I go to install phpunit, it pulls in php-7.x packages as deps.

Re: phpunit with php7x-php

Yes and No

For installation, the default version (base packages) must satisfies the dependencies
For usage, any version can be used.

So I recommend to install
- 1 default/single version (usually the higher one)
- n other versions as SCL (for legacy app or for development)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi