[PHP-WEBMASTER] [web-php] preview: Skip running end-to-end tests that require the booted router.
[email protected] (Mark Randall via Derick Rethans) Thu, 18 Jun 2026 15:05:25 +0000
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark Randall
Committer: Derick Rethans (derickr)
Date: 2026-06-18T16:05:07+01:00
Commit: https://github.com/php/web-php/commit/5b1b2b2187735d96396f81ee483cef902a14045a
Raw diff: https://github.com/php/web-php/commit/5b1b2b2187735d96396f81ee483cef902a14045a.diff
Skip running end-to-end tests that require the booted router.
Changed paths:
M .github/workflows/integrate.yaml
Diff:
diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml
index a4d0152e4c..0b59e42d06 100644
--- a/.github/workflows/integrate.yaml
+++ b/.github/workflows/integrate.yaml
@@ -196,8 +196,8 @@ jobs:
- name: "Run unit tests with phpunit/phpunit"
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=unit"
- - name: "Start built-in web server for PHP"
- run: "php -S ${{ env.HTTP_HOST }} .router.php &"
+# - name: "Start built-in web server for PHP"
+# run: "php -S ${{ env.HTTP_HOST }} .router.php &"
- - name: "Run end-to-end tests with phpunit/phpunit"
- run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"
+# - name: "Run end-to-end tests with phpunit/phpunit"
+# run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"