Skip to content

Commit

Permalink
Tests: actually run the test for the FilteredIterator
Browse files Browse the repository at this point in the history
As all tests are explicitly named in the test configuration, the  test for the `FilteredIterator` as added in 422 were not being run as they hadn't been added to the config.

This fixes that.
  • Loading branch information
jrfnl committed Mar 20, 2021
1 parent 12f3b30 commit de177d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<file>Response/Headers.php</file>
<file>Session.php</file>
<file>SSL.php</file>
<file>Utility/FilteredIterator.php</file>
</testsuite>
</testsuites>

Expand Down

0 comments on commit de177d0

Please sign in to comment.