Skip to content

Commit

Permalink
Added a few missing tests to phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nozavroni committed Oct 6, 2016
1 parent cb9f93c commit 037f79d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phpunit.xml.dist
Expand Up @@ -11,12 +11,15 @@
bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="Core CSVelte Functionality">
<file>tests/CSVelte/TasterTest.php</file>
<file>tests/CSVelte/IO/ResourceTest.php</file>
<file>tests/CSVelte/IO/StreamTest.php</file>
<file>tests/CSVelte/FunctionsTest.php</file>
<file>tests/CSVelte/CollectionTest.php</file>
<file>tests/CSVelte/Table/RowTest.php</file>
<file>tests/CSVelte/ReaderTest.php</file>
<file>tests/CSVelte/WriterTest.php</file>
<file>tests/CSVelte/FlavorTest.php</file>
<file>tests/CSVelte/TasterTest.php</file>
<file>tests/CSVelte/CSVelteTest.php</file>
<file>tests/CSVelte/AutoloaderTest.php</file>
</testsuite>
Expand Down

0 comments on commit 037f79d

Please sign in to comment.