public function testSuccessfulSetPrefix() {
        // Get mock, without the constructor being called
        $Source = $this->getMockBuilder('TestRedisSource')->disableOriginalConstructor()->getMock();

        $prefix = 'foo';