Skip to content
Snippets Groups Projects
Commit 9c535bd5 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Use phpunit directly

parent f1f105f4
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^9",
"symfony/browser-kit": "^5.3",
"symfony/http-client": "^5.3",
"symfony/phpunit-bridge": "^5.2",
......@@ -53,14 +54,12 @@
"post-install-cmd": "cghooks add --ignore-lock",
"post-update-cmd": "cghooks update",
"test": [
"@php vendor/bin/simple-phpunit"
"@php vendor/bin/phpunit"
],
"phpstan": [
"@php vendor/bin/simple-phpunit --atleast-version 0",
"@php vendor/bin/phpstan analyze --ansi"
],
"psalm": [
"@php vendor/bin/simple-phpunit --atleast-version 0",
"@php vendor/bin/psalm"
],
"lint": [
......
This diff is collapsed.
......@@ -7,8 +7,6 @@ parameters:
paths:
- src
- tests
bootstrapFiles:
- vendor/bin/.phpunit/phpunit-9-0/vendor/autoload.php
excludePaths:
- tests/bootstrap.php
ignoreErrors:
......
......@@ -11,8 +11,6 @@
<ini name="error_reporting" value="-1"/>
<server name="APP_ENV" value="test" force="true"/>
<server name="SHELL_VERBOSITY" value="-1"/>
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
<server name="SYMFONY_PHPUNIT_VERSION" value="9"/>
<server name="SYMFONY_DEPRECATIONS_HELPER" value='max[direct]=0&amp;quiet[]=indirect'/>
<server name="KERNEL_CLASS" value="Dbp\Relay\AuthBundle\Tests\Kernel"/>
</php>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment