Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-bruha committed Feb 20, 2022
1 parent 835b521 commit 2eca1cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"ext-simplexml": "*",
"brianium/paratest": "^6.4",
"cweagans/composer-patches": "^1.7",
"dg/bypass-finals": "^1.3",
"infection/infection": "^0.25",
"infection/infection": "^0.26",
"php-mock/php-mock-phpunit": "^2.6",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.0",
Expand Down
3 changes: 0 additions & 3 deletions src/CustomHooks/PhpUnitHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Bruha\CodingStandard\CustomHooks;

use DG\BypassFinals;
use PHPUnit\Runner\AfterLastTestHook;
use PHPUnit\Runner\AfterTestHook;
use PHPUnit\Runner\BeforeTestHook;
Expand Down Expand Up @@ -36,8 +35,6 @@ final class PhpUnitHook implements BeforeTestHook, AfterTestHook, AfterLastTestH
public function executeBeforeTest(string $test): void
{
$test;

BypassFinals::enable();
}

/**
Expand Down

0 comments on commit 2eca1cb

Please sign in to comment.