Skip to content

Commit

Permalink
ignore pest test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
speckmaier committed Oct 16, 2024
1 parent 7486b02 commit 5e9493b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PHPScoperConfigGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function __construct(
private readonly string $buildDir
) {
$this->ignorePackage('phpunit/phpunit');
$this->ignorePackage('pestphp/pest');
$this->ignorePackage('mockery/mockery');
$this->ignorePackage('twig/twig');
$this->ignoreNamespace('/^Twig/');
Expand Down

0 comments on commit 5e9493b

Please sign in to comment.