Skip to content

Commit

Permalink
Add memcached connection
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Oct 15, 2017
1 parent df0f44c commit 1821cdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@
<directory>./src/</directory>
</whitelist>
</filter>

<php>
<var name="memcached_host" value="localhost" />
<var name="memcached_port" value="11211" />
</php>
</phpunit>

0 comments on commit 1821cdd

Please sign in to comment.