Skip to content

Commit d7f0c8a

Browse files
committedJan 9, 2022
updated the README.md
1 parent 575c21f commit d7f0c8a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Extends the PHPUnit possibilities to the BDD field.
1414

1515
$ composer require --dev thenlabs/pyramidal-tests 2.0.x-dev
1616

17-
>Require PHPUnit >= 8.5
18-
1917
>This project is still under development
2018
2119
## Example:
@@ -69,8 +67,4 @@ Demo:
6967

7068
### Running the tests.
7169

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`.
70+
$ composer test

0 commit comments

Comments
 (0)
Please sign in to comment.