Skip to content

Commit

Permalink
adding tests dir to composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaitan committed Oct 13, 2022
1 parent c8bb55c commit 3e89260
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
"require-dev": {
"phpunit/phpunit": "9.1",
"brain/monkey": "2.6"
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
}
}

0 comments on commit 3e89260

Please sign in to comment.