Skip to content

Commit c83bf55

Browse files
committed
Exclude migration fixtures from classmap
1 parent 0e8d796 commit c83bf55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"CodeIgniter\\PHPStan\\Tests\\": "tests/"
5555
},
5656
"exclude-from-classmap": [
57-
"tests/data/**"
57+
"tests/data/**",
58+
"tests/Fixtures/Database/Migrations/**"
5859
]
5960
},
6061
"config": {

0 commit comments

Comments
 (0)