Skip to content

Commit

Permalink
Add psr support for autoload dev path
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmab committed Apr 24, 2024
1 parent 61a37f9 commit cab90a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"Snowcap\\Emarsys": "src/"
}
},
"autoload-dev": {
"psr-0": {
"Snowcap\\Emarsys\\Tests\\Unit\\": "tests/Unit/Suites/",
"Snowcap\\Emarsys\\Tests\\Integration\\": "tests/Integration/Suites/"
}
},
"scripts": {
"test": "phpunit tests/ --verbose"
},
Expand Down

0 comments on commit cab90a5

Please sign in to comment.