Skip to content

Commit

Permalink
Reorganize tests dir structure (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Jun 16, 2024
1 parent 271fb33 commit c557de9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
},
"autoload-dev": {
"psr-4": {
"Syntatis\\WPHook\\Tests\\": "tests/phpunit/"
"Syntatis\\WPHook\\Tests\\": [
"tests/phpunit/",
"tests/app/"
]
}
},
"require": {
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<properties>
<property name="rootNamespaces" type="array">
<element key="app" value="Syntatis\WPHook"/>
<element key="tests/app" value="Syntatis\WPHook\Tests"/>
<element key="tests/phpunit" value="Syntatis\WPHook\Tests"/>
</property>
</properties>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c557de9

Please sign in to comment.