Skip to content

Commit 07cc726

Browse files
committed
Add tests autoloading
1 parent e1bab50 commit 07cc726

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"phpstan/phpstan-deprecation-rules": "^2.0",
3434
"phpstan/phpstan-strict-rules": "^2.0"
3535
},
36+
"autoload-dev": {
37+
"psr-4": {
38+
"FFI\\Contracts\\Preprocessor\\Tests\\": "tests"
39+
}
40+
},
3641
"config": {
3742
"optimize-autoloader": true,
3843
"preferred-install": {

0 commit comments

Comments
 (0)