Download the PHP package vircom/behat3-zendframework3-extension without Composer

On this page you can find all versions of the php package vircom/behat3-zendframework3-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 behat3-zendframework3-extension

Behat 3 Zend Framework 3 Extension


Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads License

This package provides a base implementation to test applications developed with Zend Framework 3 library. It able to pass to your Behat context files services, declares in your application.

Installation

Usage

Create behat.yml file

Within your project root, create behat.yml file with content below or add this code to your existing file on the root level:

Parameters:

Create your feature context file

Just run command:

Now, Behat generate for your fist context file:

Change its content to:

Create example feature file

Put text below to file

Configure service injection within behat.yml file

Configure your context:

Each defined context argument, if starts with @ character, will be resolved to matching service instance. Otherwise, will return raw parameter as string.

For example it could be registered any custom service:


All versions of behat3-zendframework3-extension with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
behat/behat Version ^3.3
zendframework/zend-mvc Version ^3.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 vircom/behat3-zendframework3-extension contains the following files

Loading the files please wait ....