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

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

public test_info ( )
    public function test_info()
    {
        $this->assertEquals('info', $this->redis->info());
    }
TestRedisServer