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

test_SCRIPT_KILL() public method

public test_SCRIPT_KILL ( )
    public function test_SCRIPT_KILL()
    {
        $this->assertEquals("script kill", $this->redis->SCRIPT_KILL());
    }
TestRedisServer