Skip to content

Commit

Permalink
➖ Remove PHPUnit
Browse files Browse the repository at this point in the history
Use native symfony/phpunit-bridge instead.
  • Loading branch information
jbelien committed Sep 15, 2024
1 parent 76c9fd0 commit e34f4ad
Show file tree
Hide file tree
Showing 8 changed files with 328 additions and 1,886 deletions.
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
DATABASE_URL=sqlite:///%kernel.project_dir%/data/database_test.sqlite
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ yarn-error.log
###< friendsofphp/php-cs-fixer ###

###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###

Expand Down
1 change: 1 addition & 0 deletions .phpunit.cache/test-results
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"defects":[],"times":[]}
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"phpstan/phpstan-doctrine": "^1.5",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpstan/phpstan-symfony": "^1.0.4",
"phpunit/phpunit": "^9.5",
"pluswerk/grumphp-xliff-task": "^6.0",
"symfony/browser-kit": "^6.0",
"symfony/css-selector": "^6.0",
Expand Down
Loading

0 comments on commit e34f4ad

Please sign in to comment.