Skip to content

Commit

Permalink
Tests definition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dolejska-daniel committed Jan 24, 2021
1 parent 4b5e1ad commit b5a709a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
>
<testsuites>
<testsuite name="LeagueAPI:Definition_Tests">
<directory>tests/Base/Definitions/</directory>
<directory>tests/LeagueAPI/Definitions/</directory>
</testsuite>
<testsuite name="LeagueAPI:Endpoint_Tests">
<directory>tests/Base/Endpoint/</directory>
<directory>tests/LeagueAPI/Endpoint/</directory>
</testsuite>
<testsuite name="LeagueAPI:EndpointIntegrity_Tests">
<directory>tests/Base/EndpointObjectIntegrity/</directory>
<directory>tests/LeagueAPI/EndpointObjectIntegrity/</directory>
</testsuite>
</testsuites>

Expand Down

0 comments on commit b5a709a

Please sign in to comment.