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

test_SCRIPT_FLUSH() public method

public test_SCRIPT_FLUSH ( )
    public function test_SCRIPT_FLUSH()
    {
        $this->assertEquals("script flush", $this->redis->SCRIPT_FLUSH());
    }
TestRedisServer