Download the PHP package macpaw/behat-redis-context without Composer

On this page you can find all versions of the php package macpaw/behat-redis-context. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package behat-redis-context

Symfony Behat Redis Context

Version Build Status Code Coverage
main CI Coverage Status
develop CI Coverage Status

Symfony Behat Redis Context is a package that integrates Redis operations with Behat for behavior-driven development (BDD). This context allows you to store, retrieve, and validate data in Redis as part of your Behat testing scenarios. It's useful when testing applications that depend on Redis for caching, session storage, or data management.

This documentation provides step-by-step guides for installing the package and utilizing each Redis-related step within Behat scenarios.

How to Install Symfony Behat Redis Context

To install Symfony Behat Redis Context, follow these steps:

  1. Add the package to your project using composer:
    
    composer require --dev macpaw/behat-redis-context

For detailed steps and configuration, refer to the Installation Steps

RedisContext Documentation

Below are the available Redis operations that you can use in your Behat tests. Each step integrates seamlessly with Redis to ensure data is stored, retrieved, or validated as expected.

Redis Step Definitions:

RedisFixtureContext Documentation

Here you can find detailed documentation about using Redis fixtures in Behat:

  1. How It Works
    Learn about the inner workings of the RedisFixtureContext and how it integrates with your Behat tests.

  2. How to Load Fixture Data into Redis
    A step-by-step guide on how to load predefined data fixtures into Redis using YAML files in Behat.

  3. Handling Missing Fixture Files
    What to do when a specified fixture file is missing and how to handle such errors in your tests.

All versions of behat-redis-context with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
behat/behat Version ^3.0
predis/predis Version ^1.0||^2.0
symfony/yaml Version ^4.3 || ^5.0 || ^6.0 || ^7.0
symfony/dependency-injection Version ^4.3 || ^5.0 || ^6.0 || ^7.0
symfony/http-kernel Version ^4.3 || ^5.0 || ^6.0 || ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package macpaw/behat-redis-context contains the following files

Loading the files please wait ....