Skip to content

Commit

Permalink
Test Intl with ICU_PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Feb 17, 2019
1 parent be1d0f6 commit 0b0131b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ install:

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

<filter>
Expand All @@ -26,7 +29,7 @@
</whitelist>
</filter>

<listeners>
<!--<listeners>
<listener class="Symfony\Polyfill\Util\TestListener" />
</listeners>
</listeners>-->
</phpunit>

0 comments on commit 0b0131b

Please sign in to comment.