Skip to content

Commit

Permalink
Updated phpunit.xml.dist to reflect the state of current unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Visinoni committed Jan 8, 2017
1 parent 339132a commit eb62da4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions phpunit.xml.dist
Expand Up @@ -10,15 +10,12 @@
verbose="true"
bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="Core Nozavroni/Collections Functionality">
<file>tests/FunctionsTest.php</file>
<file>tests/Collection/CollectionTest.php</file>
<file>tests/Collection/CharCollectionTest.php</file>
<file>tests/Collection/NumericCollectionTest.php</file>
<file>tests/Collection/MultiCollectionTest.php</file>
<file>tests/Collection/TabularCollectionTest.php</file>
<file>tests/Collection/ObjectCollectionTest.php</file>
</testsuite>
<testsuite name="Core Nozavroni/Collections Functionality">
<file>tests/FunctionsTest.php</file>
<file>tests/Collection/CollectionTest.php</file>
<file>tests/Collection/SequenceTest.php</file>
<file>tests/Collection/LstTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
Expand Down

0 comments on commit eb62da4

Please sign in to comment.