Jamm\Memory\Tests\TestRedisServer::test_SCRIPT_LOAD PHP Метод

test_SCRIPT_LOAD() публичный Метод

public test_SCRIPT_LOAD ( )
    public function test_SCRIPT_LOAD()
    {
        $this->assertEquals("script load script", $this->redis->SCRIPT_LOAD("script"));
    }
TestRedisServer