Skip to content

Commit bed9c36

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fix integration tests
2 parents d41adec + 4d9fd2e commit bed9c36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<env name="ZOOKEEPER_HOST" value="localhost" />
2626
<env name="COUCHBASE_HOST" value="localhost" />
2727
<env name="COUCHBASE_USER" value="Administrator" />
28-
<env name="COUCHBASE_PASS" value="111111%40" />
28+
<env name="COUCHBASE_PASS" value="111111@" />
2929
</php>
3030

3131
<testsuites>

src/Symfony/Component/Cache/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<env name="MEMCACHED_HOST" value="localhost" />
1616
<env name="COUCHBASE_HOST" value="localhost" />
1717
<env name="COUCHBASE_USER" value="Administrator" />
18-
<env name="COUCHBASE_PASS" value="111111%40" />
18+
<env name="COUCHBASE_PASS" value="111111@" />
1919
</php>
2020

2121
<testsuites>

0 commit comments

Comments
 (0)