Skip to content

Instantly share code, notes, and snippets.

@fdubost
Last active December 31, 2015 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fdubost/8025392 to your computer and use it in GitHub Desktop.
Save fdubost/8025392 to your computer and use it in GitHub Desktop.
Create a Redis mock adapter
<?php
$factory = new \M6Web\Component\RedisMock\RedisMockFactory();
$myRedisMockClass = $factory->getAdapterClass('My\Redis\Library');
$myRedisMock = new $myRedisMockClass($myParameters);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment