Skip to content

Commit 4151c12

Browse files
authored
Merge pull request #9019 from samsonasik/view-fixture-exclude
chore: skip tests View fixtures from rector
2 parents 2e6aeb6 + 1a18064 commit 4151c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rector.php

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
__DIR__ . '/tests/system/Filters/fixtures',
9494
__DIR__ . '/tests/_support/Commands/Foobar.php',
9595
__DIR__ . '/tests/_support/View',
96+
__DIR__ . '/tests/system/View/Views',
9697

9798
YieldDataProviderRector::class,
9899

0 commit comments

Comments
 (0)