Skip to content

Commit

Permalink
Test phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Feb 17, 2019
1 parent 114b08f commit 4bcbeac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ install:

script:
- ./vendor/bin/simple-phpunit
- if [[ $ICU_PHP ]]; then $ICU_PHP ./vendor/bin/simple-phpunit --testsuite Intl; fi
#- if [[ $ICU_PHP ]]; then $ICU_PHP ./vendor/bin/simple-phpunit --testsuite Intl; fi
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<testsuite name="Symfony Polyfill Test Suite">
<directory>./tests/</directory>
</testsuite>
<testsuite name="Intl">
<directory>./tests/Intl/</directory>
</testsuite>
</testsuites>

<filter>
Expand Down

0 comments on commit 4bcbeac

Please sign in to comment.