Skip to content

Conversation

@SurferJeffAtGoogle
Copy link
Contributor

No description provided.

$cache = new MemcachedMock();
$cache->addServer('localhost', 11211);
putenv("MEMCACHE_PORT_11211_TCP_ADDR=localhost");
putenv("MEMCACHE_PORT_11211_TCP_PORT=11211");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these envvars needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. Dropped.

@tmatsuo
Copy link
Contributor

tmatsuo commented May 27, 2016

LGTM with one question

Add code coverage.
@SurferJeffAtGoogle SurferJeffAtGoogle merged commit 8a91e91 into master May 27, 2016
@SurferJeffAtGoogle SurferJeffAtGoogle deleted the mockMemcached branch May 27, 2016 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants