Skip to content

Commit

Permalink
Replaced non-working BypassFinals phpunit extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Dec 7, 2024
1 parent 999c85b commit b609bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@
"symfony/polyfill-mbstring": "^1.30"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.5",
"dg/bypass-finals": "^1.8",
"dms/phpunit-arraysubset-asserts": "^0.5",
"fpdf/fpdf": "^1.85",
"friendsofphp/php-cs-fixer": "^3.15",
"khanamiryan/qrcode-detector-decoder": "^1.0.3",
"khanamiryan/qrcode-detector-decoder": "^2.0",
"phpstan/phpstan": "^1.11-dev",
"setasign/fpdi": "^2.3.5",
"setasign/fpdf": "^1.8.2",
"tecnickcom/tcpdf": "^6.3.2",
"rector/rector": "^1.2"
"rector/rector": "^1.2",
"nunomaduro/mock-final-classes": "^1.2"
},
"scripts": {
"cs:fix": "vendor/bin/php-cs-fixer fix --verbose",
Expand Down
5 changes: 0 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnPhpunitDeprecations="true"
>
<extensions>
<bootstrap class="DG\BypassFinals\PHPUnitExtension"/>
</extensions>

<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
</php>
Expand Down

0 comments on commit b609bdc

Please sign in to comment.