-
- Downloads
[HACK, DO NOT MERGE] Run tests with composer deps
The tests have several dependencies that are not packaged in Debian. This runs the tests anyway using Composer to fill the gap. This is VERY HACKY and must never be merged. It's only meant to give some added confidence in the package until we can run the test suite properly at build time.
Showing
- composer.json 3 additions, 13 deletionscomposer.json
- debian/run-hack-phpunit.zsh 6 additions, 0 deletionsdebian/run-hack-phpunit.zsh
- debian/tests/control 17 additions, 0 deletionsdebian/tests/control
- debian/tests/hack-phpunit.sh 19 additions, 0 deletionsdebian/tests/hack-phpunit.sh
- tests/Integration/Console/CommandSchedulingTest.php 1 addition, 0 deletionstests/Integration/Console/CommandSchedulingTest.php
- tests/Integration/Foundation/ExceptionHandlerTest.php 1 addition, 0 deletionstests/Integration/Foundation/ExceptionHandlerTest.php
{ | ||
"name": "laravel/framework", | ||
"version": "10.48.25", | ||
"description": "The Laravel Framework.", | ||
"keywords": ["framework", "laravel"], | ||
"license": "MIT", | ||
... | ... | @@ -14,16 +15,7 @@ |
"email": "taylor@laravel.com" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.1", | ||
"ext-ctype": "*", | ||
"ext-filter": "*", | ||
"ext-hash": "*", | ||
"ext-mbstring": "*", | ||
"ext-openssl": "*", | ||
"ext-session": "*", | ||
"ext-tokenizer": "*", | ||
"composer-runtime-api": "^2.2", | ||
"replace": { | ||
"brick/math": "^0.9.3|^0.10.2|^0.11|^0.12", | ||
"doctrine/inflector": "^2.0.5", | ||
"dragonmantank/cron-expression": "^3.3.2", | ||
... | ... | @@ -54,9 +46,7 @@ |
"symfony/var-dumper": "^6.2", | ||
"tijsverkoyen/css-to-inline-styles": "^2.2.5", | ||
"vlucas/phpdotenv": "^5.4.1", | ||
"voku/portable-ascii": "^2.0" | ||
}, | ||
"replace": { | ||
"voku/portable-ascii": "^2.0", | ||
"illuminate/auth": "self.version", | ||
"illuminate/broadcasting": "self.version", | ||
"illuminate/bus": "self.version", | ||
... | ... |
debian/run-hack-phpunit.zsh
0 → 100755
debian/tests/hack-phpunit.sh
0 → 100755
Please register or sign in to comment