Skip to content

Commit 10ea647

Browse files
committed
Reactivates the WebTests
1 parent 63560f4 commit 10ea647

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ before_script:
2323
- composer self-update
2424
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
2525
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
26+
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
2627

2728
script: phpunit --coverage-text
2829

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<directory>./Tests/Unit</directory>
1212
</testsuite>
1313

14+
<testsuite name="web-test">
15+
<directory>./Tests/WebTest</directory>
16+
</testsuite>
17+
1418
<testsuite name="phpcr">
1519
<directory>./Tests/Functional</directory>
1620
<exclude>./Tests/Functional/Doctrine/Orm</exclude>

0 commit comments

Comments
 (0)