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.
2 parents d41adec + 4d9fd2e commit bed9c36Copy full SHA for bed9c36
phpunit.xml.dist
@@ -25,7 +25,7 @@
25
<env name="ZOOKEEPER_HOST" value="localhost" />
26
<env name="COUCHBASE_HOST" value="localhost" />
27
<env name="COUCHBASE_USER" value="Administrator" />
28
- <env name="COUCHBASE_PASS" value="111111%40" />
+ <env name="COUCHBASE_PASS" value="111111@" />
29
</php>
30
31
<testsuites>
src/Symfony/Component/Cache/phpunit.xml.dist
@@ -15,7 +15,7 @@
15
<env name="MEMCACHED_HOST" value="localhost" />
16
17
18
19
20
21
0 commit comments