We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575c21f commit d7f0c8aCopy full SHA for d7f0c8a
README.md
@@ -14,8 +14,6 @@ Extends the PHPUnit possibilities to the BDD field.
14
15
$ composer require --dev thenlabs/pyramidal-tests 2.0.x-dev
16
17
->Require PHPUnit >= 8.5
18
-
19
>This project is still under development
20
21
## Example:
@@ -69,8 +67,4 @@ Demo:
69
67
70
68
### Running the tests.
71
72
-For run the tests with differents versions of PHPUnit run:
73
74
- $ docker run --rm -v $(pwd):/app jitesoft/phpunit:{php_version}-{phpunit_version}
75
76
-See [https://hub.docker.com/r/jitesoft/phpunit](https://hub.docker.com/r/jitesoft/phpunit) for get the values for `php_version` and `phpunit_version`.
+ $ composer test
0 commit comments