Skip to content

Commit

Permalink
Update phpstan dist and arch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshembling committed Jan 20, 2024
1 parent ca0c394 commit 3073088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ parameters:
paths:
- src
- config
- database
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
Expand Down
6 changes: 3 additions & 3 deletions tests/ArchTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

arch('it will not use debugging functions')
->expect(['dd', 'dump', 'ray'])
->each->not->toBeUsed();
//arch('it will not use debugging functions')
// ->expect(['dd', 'dump', 'ray'])
// ->each->not->toBeUsed();

0 comments on commit 3073088

Please sign in to comment.