Skip to content

Commit 0b0131b

Browse files
committed
Test Intl with ICU_PHP
1 parent be1d0f6 commit 0b0131b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ install:
6565

6666
script:
6767
- ./vendor/bin/simple-phpunit
68+
- if [[ $ICU_PHP ]]; then $ICU_PHP ./vendor/bin/simple-phpunit --testsuite Intl; fi

phpunit.xml.dist

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<testsuite name="Symfony Polyfill Test Suite">
1515
<directory>./tests/</directory>
1616
</testsuite>
17+
<testsuite name="Intl">
18+
<directory>./tests/Intl/</directory>
19+
</testsuite>
1720
</testsuites>
1821

1922
<filter>
@@ -26,7 +29,7 @@
2629
</whitelist>
2730
</filter>
2831

29-
<listeners>
32+
<!--<listeners>
3033
<listener class="Symfony\Polyfill\Util\TestListener" />
31-
</listeners>
34+
</listeners>-->
3235
</phpunit>

0 commit comments

Comments
 (0)