We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114b08f commit 4bcbeacCopy full SHA for 4bcbeac
.travis.yml
@@ -65,4 +65,4 @@ install:
65
66
script:
67
- ./vendor/bin/simple-phpunit
68
- - 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
phpunit.xml.dist
@@ -14,9 +14,6 @@
14
<testsuite name="Symfony Polyfill Test Suite">
15
<directory>./tests/</directory>
16
</testsuite>
17
- <testsuite name="Intl">
18
- <directory>./tests/Intl/</directory>
19
- </testsuite>
20
</testsuites>
21
22
<filter>
0 commit comments