Skip to content

Commit

Permalink
[TASK] Update testing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm committed Apr 5, 2024
1 parent a5d2a1b commit 732c298
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 344 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"dg/bypass-finals": "^1.4",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.1",
"ssch/typo3-rector": "^1.1.2",
"typo3/coding-standards": "~0.7.1",
"typo3/testing-framework": "^7.0"
"typo3/testing-framework": "^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down Expand Up @@ -103,7 +103,7 @@
],
"tests:solr:integration": [
"Composer\\Config::disableProcessTimeout",
"phpunit --configuration packages/ext-solr/Build/Test/IntegrationTests.xml --bootstrap=packages/ext-solr/Build/Test/IntegrationTestsBootstrap.php --colors"
"phpunit --configuration packages/ext-solr/Build/Test/IntegrationTests.xml --bootstrap=vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php --colors"
],
"tests:solr:phpstan": [
"phpstan analyze -c packages/ext-solr/Build/Test/phpstan.neon -- packages/ext-solr/Classes packages/ext-solr/Tests"
Expand Down
Loading

0 comments on commit 732c298

Please sign in to comment.