alexdesignworks/behat-phpserver

Drupal extension for Behat


Keywords
Behat, server, behat-context, behat-extension, php, test
License
GPL-2.0+

Documentation

Yourproject logo

Behat PHP server

GitHub Issues GitHub Pull Requests Test GitHub release (latest by date) Total Downloads LICENSE Renovate

Behat Context to enable PHPServer in tests.

Features

Behat Context to enable PHP server for tests.

Installation

composer require --dev drevops/behat-phpserver

Usage

cd ./tests/behat/ && ../../vendor/bin/behat --colors

Maintenance

Lint code

composer lint
composer lint:fix

Run tests

composer test