From b584e3aa7619571ee9b800f83d232d8d40c15e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20K=C3=A4hm?= Date: Mon, 7 Oct 2024 11:29:39 +0200 Subject: [PATCH] [TASK] Update dependencies * solarium/solarium to 6.3.5 * phpunit/phpunit to 11.4+ * typo3/coding-standards to v0.8.0 * typo3/testing-framework to [dev-main#47bf0daab24b4210221f46a1fde59b9c3e245e39](https://github.com/TYPO3/testing-framework/commit/47bf0daab24b4210221f46a1fde59b9c3e245e39) Relates: #3995 --- .editorconfig | 2 +- .php-cs-fixer.php | 5 +++++ Build/Test/IntegrationTests.xml | 31 +++++++++++++++---------------- Build/Test/UnitTests.xml | 2 +- composer.json | 8 ++++---- 5 files changed, 26 insertions(+), 22 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9ddd9338ad..c0db990d0e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ insert_final_newline = true trim_trailing_whitespace = true # TS/JS-Files -[*.{ts,js}] +[*.{ts,js,mjs}] indent_size = 2 # JSON-Files diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index fb28d76d8b..0ec50ae898 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -13,6 +13,11 @@ $config ->addRules( [ + 'global_namespace_import' => [ + 'import_classes' => true, + 'import_constants' => false, + 'import_functions' => true, + ], 'ordered_imports' => [ 'imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha' diff --git a/Build/Test/IntegrationTests.xml b/Build/Test/IntegrationTests.xml index d3f58e893b..ddd75bd145 100644 --- a/Build/Test/IntegrationTests.xml +++ b/Build/Test/IntegrationTests.xml @@ -1,6 +1,6 @@ - - - - ../../Classes - - - - - ../../Tests/Integration/ - - - - - - + + + ../../Classes + + + + + ../../Tests/Integration/ + + + + + + diff --git a/Build/Test/UnitTests.xml b/Build/Test/UnitTests.xml index e166650abe..1611c67934 100644 --- a/Build/Test/UnitTests.xml +++ b/Build/Test/UnitTests.xml @@ -1,6 +1,6 @@