Skip to content

Commit

Permalink
Moved ibexa/test-core to require dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Nov 9, 2023
1 parent a8c668b commit d276838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"symfony/console": "^5.0",
"symfony/config": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/http-client": "^5.4"
"symfony/http-client": "^5.4",
"ibexa/test-core": "^4.6.x-dev"
},
"require-dev": {
"symfony/proxy-manager-bridge": "^5.4",
"symfony/phpunit-bridge": "^5.4",
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/test-core": "^4.6.x-dev",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"ibexa/code-style": "^1.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"test": "phpunit --bootstrap tests/bootstrap.php -c phpunit.xml",
"test-integration-solr": [
"Composer\\Config::disableProcessTimeout",
"phpunit --bootstrap tests/bootstrap.php -c vendor/ibexa/core/phpunit-integration-legacy-solr.xml"
"phpunit vendor/ibexa/core/tests/integration/Core/Repository/SearchServiceImageTest.php --bootstrap tests/bootstrap.php -c vendor/ibexa/core/phpunit-integration-legacy-solr.xml"
],
"phpstan": "phpstan analyse"
},
Expand Down

0 comments on commit d276838

Please sign in to comment.