Skip to content

Commit

Permalink
Merge pull request codeigniter4#9019 from samsonasik/view-fixture-exc…
Browse files Browse the repository at this point in the history
…lude

chore: skip tests View fixtures from rector
  • Loading branch information
samsonasik authored Jul 2, 2024
2 parents 2e6aeb6 + 1a18064 commit 4151c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
__DIR__ . '/tests/system/Filters/fixtures',
__DIR__ . '/tests/_support/Commands/Foobar.php',
__DIR__ . '/tests/_support/View',
__DIR__ . '/tests/system/View/Views',

YieldDataProviderRector::class,

Expand Down

0 comments on commit 4151c12

Please sign in to comment.