Clean up .gitignore and add coverage option to phpunit.sh

This commit is contained in:
Clemens Schwaighofer
2026-02-27 10:58:05 +09:00
parent b84fb5cef5
commit 188f0b57d0
6 changed files with 25 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<?php
$set = 0;
foreach (['/../../www', '/../www', '/../..', '/..', '/../../src', '/../src'] as $src) {
foreach (['/../../www', '/../www', '/../../src', '/../src', '/../..', '/..'] as $src) {
if (is_file(dirname(__DIR__) . $src . '/vendor/autoload.php')) {
require dirname(__DIR__) . $src . '/vendor/autoload.php';
$set = 1;