Skip to content

Fix compatibility with pkg-php-tools 1.45

Robin Gustafsson requested to merge pkg-php-tools-1.45 into debian/latest

The tests load autoload.php files from the local directory rather than the system's installed ones.

The phpabtpl program from pkg-php-tools changed to use absolute paths for --require in version 1.45, breaking the current approach to loading these files.

We can load them explicitly with --require-file instead.

Merge request reports

Loading