Jamm\Memory\Tests\TestRedisServer::test_Select PHP Method

test_Select() public method

public test_Select ( )
    public function test_Select()
    {
        $this->assertEquals('select i', $this->redis->Select('i'));
    }
TestRedisServer