Skip to content

Commit

Permalink
Include all tests by default so they aren't inadvertently skipped. Fi…
Browse files Browse the repository at this point in the history
…x coverage selection.
  • Loading branch information
djlambert committed Nov 25, 2015
1 parent 81ca036 commit 72313d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 43 deletions.
11 changes: 0 additions & 11 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@
</testsuite>
</testsuites>

<groups>
<include>
<group>php</group> <!-- Tests for PHP type objects -->
<group>result_processing</group> <!-- Tests for lexer/parser/reader -->
<group>geometry</group> <!-- Tests for geometry types -->
<group>dql</group> <!-- Tests for DQL functions -->
<group>geography</group> <!-- Tests for geography types -->
<group>srid</group> <!-- Tests for SRID functionality -->
</include>
</groups>

<php>
<var name="db_type" value="pdo_pgsql"/>
<var name="db_host" value="localhost" />
Expand Down
16 changes: 1 addition & 15 deletions tests/travis/travis.mysql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
beStrictAboutOutputDuringTests="true"
beStrictAboutChangesToGlobalState="true"
processUncoveredFilesFromWhitelist="true"
>
>

<testsuites>
<testsuite>
Expand All @@ -15,25 +15,11 @@
</testsuites>

<groups>
<include>
<group>php</group> <!-- Tests for PHP type objects -->
<group>result_processing</group> <!-- Tests for lexer/parser/reader -->
<group>geometry</group> <!-- Tests for geometry types -->
<group>dql</group> <!-- Tests for DQL functions -->
<group>geography</group> <!-- Tests for geography types -->
</include>
<exclude>
<group>srid</group> <!-- Tests for SRID functionality -->
</exclude>
</groups>

<filter>
<whitelist>
<file>../../tests/CrEOF/Spatial/Tests/OrmTest.php</file>
<directory>../../lib</directory>
</whitelist>
</filter>

<php>
<var name="db_type" value="pdo_mysql"/>
<var name="db_host" value="127.0.0.1" />
Expand Down
17 changes: 0 additions & 17 deletions tests/travis/travis.pgsql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@
</testsuite>
</testsuites>

<groups>
<include>
<group>php</group> <!-- Tests for PHP type objects -->
<group>result_processing</group> <!-- Tests for lexer/parser/reader -->
<group>geometry</group> <!-- Tests for geometry types -->
<group>dql</group> <!-- Tests for DQL functions -->
<group>geography</group> <!-- Tests for geography types -->
<group>srid</group> <!-- Tests for SRID functionality -->
</include>
</groups>
<filter>
<whitelist>
<file>../../tests/CrEOF/Spatial/Tests/OrmTest.php</file>
<directory>../../lib</directory>
</whitelist>
</filter>

<php>
<var name="db_type" value="pdo_pgsql"/>
<var name="db_host" value="localhost" />
Expand Down

0 comments on commit 72313d8

Please sign in to comment.