From c2591f43666c8c0d9f218758efc279447f7180ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Dec 2023 09:02:10 +0100 Subject: update to 3.45.0 --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'composer.json') 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" -- cgit