If you want to test your issue before pushing into Drupal git repository, you may have to use this command.
It uses a PHP 8.3 image from drupal-ci
community.
In this example, we test only the CKEditor5PluginManagerTest.php
file.
Then, I change the permission by my user local machine changed by the server-setup.sh
script.
docker run --rm -it -v .:/var/www/html drupalci/php-8.3-ubuntu-apache:production \
sh -c " \
rm -rf ./subdirectory; \