Skip to content

Commit d31d926

Browse files
committed
add mock
1 parent 360ad7d commit d31d926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"autoload": {
2121
"psr-4": {
22-
"MintyPHP\\": "src/"
22+
"MintyPHP\\": "src/",
23+
"MintyPHP\\Tests\\": "tests/"
2324
}
2425
}
2526
}

0 commit comments

Comments
 (0)