Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-11-04 11:02:56 +00:00
parent 87f631d6ed
commit c03325ec33
2 changed files with 125 additions and 21 deletions
+2 -21
View File
@@ -44,26 +44,7 @@
"#!/usr/bin/env php",
"<?php",
"",
"if (!ini_get('date.timezone')) {",
" ini_set('date.timezone', 'UTC');",
"}",
"",
"if (is_file(dirname(__DIR__).'/vendor/phpunit/phpunit/phpunit')) {",
" if (PHP_VERSION_ID >= 80000) {",
" require dirname(__DIR__).'/vendor/phpunit/phpunit/phpunit';",
" } else {",
" define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__).'/vendor/autoload.php');",
" require PHPUNIT_COMPOSER_INSTALL;",
" PHPUnit\\TextUI\\Command::main();",
" }",
"} else {",
" if (!is_file(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php')) {",
" echo \"Unable to find the `simple-phpunit.php` script in `vendor/symfony/phpunit-bridge/bin/`.\\n\";",
" exit(1);",
" }",
"",
" require dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php';",
"}",
"require dirname(__DIR__).'/vendor/phpunit/phpunit/phpunit';",
""
],
"executable": true
@@ -136,7 +117,7 @@
"executable": false
}
},
"ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869"
"ref": "1117deb12541f35793eec9fff7494d7aa12283fc"
}
}
}