Skip to content

Commit

Permalink
fix phpunit configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 12, 2021
1 parent e040b24 commit 56e45f4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions phpunit-mssql.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<testsuites>
<testsuite name="tests">
<directory>tests</directory>
<directory>tests-dsql</directory>
<directory>tests-schema</directory>
</testsuite>
</testsuites>
Expand All @@ -18,7 +17,6 @@
<coverage>
<include>
<directory suffix=".php">src</directory>
<directory suffix=".php">src-dsql</directory>
<directory suffix=".php">src-schema</directory>
</include>
<report>
Expand Down
2 changes: 0 additions & 2 deletions phpunit-mysql.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<testsuites>
<testsuite name="tests">
<directory>tests</directory>
<directory>tests-dsql</directory>
<directory>tests-schema</directory>
</testsuite>
</testsuites>
Expand All @@ -18,7 +17,6 @@
<coverage>
<include>
<directory suffix=".php">src</directory>
<directory suffix=".php">src-dsql</directory>
<directory suffix=".php">src-schema</directory>
</include>
<report>
Expand Down
2 changes: 0 additions & 2 deletions phpunit-oracle.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<testsuites>
<testsuite name="tests">
<directory>tests</directory>
<directory>tests-dsql</directory>
<directory>tests-schema</directory>
</testsuite>
</testsuites>
Expand All @@ -18,7 +17,6 @@
<coverage>
<include>
<directory suffix=".php">src</directory>
<directory suffix=".php">src-dsql</directory>
<directory suffix=".php">src-schema</directory>
</include>
<report>
Expand Down
2 changes: 0 additions & 2 deletions phpunit-pgsql.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<testsuites>
<testsuite name="tests">
<directory>tests</directory>
<directory>tests-dsql</directory>
<directory>tests-schema</directory>
</testsuite>
</testsuites>
Expand All @@ -18,7 +17,6 @@
<coverage>
<include>
<directory suffix=".php">src</directory>
<directory suffix=".php">src-dsql</directory>
<directory suffix=".php">src-schema</directory>
</include>
<report>
Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<testsuites>
<testsuite name="tests">
<directory>tests</directory>
<directory>tests-dsql</directory>
<directory>tests-schema</directory>
</testsuite>
</testsuites>
Expand All @@ -18,7 +17,6 @@
<coverage>
<include>
<directory suffix=".php">src</directory>
<directory suffix=".php">src-dsql</directory>
<directory suffix=".php">src-schema</directory>
</include>
<report>
Expand Down

0 comments on commit 56e45f4

Please sign in to comment.