Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 17, 2024
1 parent ff16d18 commit d3ccd39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/View/Helper/DocBlockHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public function setUp(): void {

$request = new Request();
$response = new Response();
$this->View = new BakeView($request, $response);
$this->DocBlockHelper = new DocBlockHelper($this->View);
$View = new BakeView($request, $response);
$this->DocBlockHelper = new DocBlockHelper($View);
}

/**
Expand Down
4 changes: 0 additions & 4 deletions tests/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ parameters:
- TestCase/
bootstrapFiles:
- bootstrap.php
- ../phpunit.phar
- shim.php
checkMissingIterableValueType: false
earlyTerminatingMethodCalls:
Cake\Console\Shell:
- abort
ignoreErrors:
excludePaths:
- src/Shell/*

0 comments on commit d3ccd39

Please sign in to comment.