Skip to content

Commit

Permalink
refactor phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed May 5, 2019
1 parent b0a2af9 commit c27e94a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml → phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.1/phpunit.xsd"
colors="true"
bootstrap="tests/bootstrap.php">
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="slim\http">
<testsuite name="Slim-Http Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
Expand Down

0 comments on commit c27e94a

Please sign in to comment.