File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ before_script:
23
23
- composer self-update
24
24
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
25
25
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
26
+ - vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
26
27
27
28
script : phpunit --coverage-text
28
29
Original file line number Diff line number Diff line change 11
11
<directory >./Tests/Unit</directory >
12
12
</testsuite >
13
13
14
+ <testsuite name =" web-test" >
15
+ <directory >./Tests/WebTest</directory >
16
+ </testsuite >
17
+
14
18
<testsuite name =" phpcr" >
15
19
<directory >./Tests/Functional</directory >
16
20
<exclude >./Tests/Functional/Doctrine/Orm</exclude >
You can’t perform that action at this time.
0 commit comments