Download the PHP package rezzza/alice-extension without Composer

On this page you can find all versions of the php package rezzza/alice-extension. 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 alice-extension

Alice Extension for Behat

Make Alice work with Behat.

You can import fixtures through a yaml file and from a behat step.

Versions

Installation

Through Composer :

    $ composer require --dev "rezzza/alice-extension:1.0.*@dev"

Configure your behat.yml :

To write your fixtures.yml please report to Alice documentation

This extension need Symfony2Extension to work. Have a look to its documentation

Usage

In your behat configuration you can activate AliceContext for the test suite you need

So you can now write in your features :

If you use yaml file, you should consider put your default values in it thanks to template inheritance.

And use inline fixtures to override values you need.

Hook for specific entities

Sometimes you need to apply specific operations for objects persisted. You can do it through the Symfony2 Bundle packed with this extension.

Activate the bundle:

Then in your Symfony2 app you will be able to build some Alice processors via service. It should extends Nelmio\Alice\ProcessorInterface and registred via the tag alice_extension.processor

Adapters

Currently we support :

For ElasticSearch we should use mapping config to indicate which ElasticSearch type alice should use to persist your mode:

Then in your features you should use tag to specify which adapters alice should use :

Advanced Fixtures

Fixtures can be managed through the configuration.

With this kind of configuration, when you'll call step below, it'll load default fixtures (users and products in this example). default_loading key is important here, if it's defined as implicit, it'll implicitly load default fixtures when you use step below. If it's defined as explicit you'll have to use Given I load "default" fixtures to load default fixtures.

You are able to load fixtures manually:

Of course, fixtures are loaded once.

Faker Providers

Some providers are available on AliceExtension:

You can add them (or your own) easily in behat.yml configuration:

Lifetime

2 lifetime options are available.

FAQ


All versions of alice-extension with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.2
behat/behat Version ~3.0
behat/symfony2-extension Version ~2.0
nelmio/alice Version ~2.1
doctrine/data-fixtures Version 2.0.*@dev
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 rezzza/alice-extension contains the following files

Loading the files please wait ....