summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-30 09:02:10 +0100
committerRemi Collet <remi@php.net>2023-12-30 09:02:10 +0100
commitc2591f43666c8c0d9f218758efc279447f7180ca (patch)
treeb0afdf0b8d6169c8a53c959e0016fdd292f764ce /composer.json
parent9f7ee1b5d645178bbaaf13f8e0d07ac209a23be4 (diff)
update to 3.45.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 4f93cd1..7d4e843 100644
--- a/composer.json
+++ b/composer.json
@@ -130,6 +130,10 @@
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite integration"
],
+ "test:short-open-tag": [
+ "Composer\\Config::disableProcessTimeout",
+ "@php -d short_open_tag=1 ./vendor/bin/phpunit --do-not-cache-result --testsuite short-open-tag"
+ ],
"test:smoke": [
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite smoke"
@@ -162,6 +166,7 @@
"test:all": "Run Unit and Integration tests (but *NOT* Smoke tests)",
"test:coverage": "Run tests that provide code coverage",
"test:integration": "Run Integration tests",
+ "test:short-open-tag": "Run tests with \"short_open_tag\" enabled",
"test:smoke": "Run Smoke tests",
"test:unit": "Run Unit tests",
"unused-deps": "Verifies if app has dependencies that are not used"