drevops/behat-phpserver

Behat Context to enable PHP server for tests

1.2.1 2024-01-02 03:40 UTC

This package is auto-updated.

Last update: 2024-03-19 21:10:11 UTC


README

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