Metaphore\Tests\Store\PredisStoreTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $client = new Client();
        $this->store = new PredisStore($client);
    }
PredisStoreTest