Skip to content

Commit 4bcbeac

Browse files
committedFeb 17, 2019
Test phpunit config
1 parent 114b08f commit 4bcbeac

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +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
68+
#- if [[ $ICU_PHP ]]; then $ICU_PHP ./vendor/bin/simple-phpunit --testsuite Intl; fi

‎phpunit.xml.dist

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

2219
<filter>

0 commit comments

Comments
 (0)