Download the PHP package forevermatt/readable-unit-tests-php without Composer
On this page you can find all versions of the php package forevermatt/readable-unit-tests-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download forevermatt/readable-unit-tests-php
More information about forevermatt/readable-unit-tests-php
Files in forevermatt/readable-unit-tests-php
Download forevermatt/readable-unit-tests-php
More information about forevermatt/readable-unit-tests-php
Files in forevermatt/readable-unit-tests-php
Vendor forevermatt
Package readable-unit-tests-php
Short Description A Gherkin-based PHP unit-testing framework
License MIT
Package readable-unit-tests-php
Short Description A Gherkin-based PHP unit-testing framework
License MIT
Please rate this library. Is it a good library?
Informations about the package readable-unit-tests-php
Readable Unit Tests (PHP)
A Gherkin-based PHP unit-testing framework
Install it
The easiest way to install Readable Unit Tests (PHP) is to use Composer:
Try it out
If you clone this repo, you can use the following command to run the sample tests:
Generate skeleton test files
To generate basic/skeleton test specification and test implementation files, run
something like the following (replacing sample/src
with the path to your
files):
Goals
- Tests written in Gherkin (aka "plain English")
- The ability to unit test PHP
- One
.test
file per PHP file/class (containing Gherkin) - One corresponding
...Test.php
file with the PHP implementation of those test steps
Example folder/file structure
All versions of readable-unit-tests-php with dependencies
PHP Build Version
Package Version
Requires
behat/behat Version
^3.4
behat/gherkin Version ^4.5
ext-json Version *
php Version ^7.0
webmozart/assert Version ^1.3
silinternational/psr3-adapters Version ^2.0
psr/log Version ^1.0
behat/gherkin Version ^4.5
ext-json Version *
php Version ^7.0
webmozart/assert Version ^1.3
silinternational/psr3-adapters Version ^2.0
psr/log Version ^1.0
The package forevermatt/readable-unit-tests-php contains the following files
Loading the files please wait ....