Skip to content

Commit

Permalink
Resolve pull liuggio#191
Browse files Browse the repository at this point in the history
  • Loading branch information
gawsoftpl committed Mar 15, 2024
1 parent 739ad8a commit 23fa382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Fastest - simple parallel testing execution
find tests/ -name "*Test.php" | ./vendor/liuggio/fastest/fastest "vendor/phpunit/phpunit/phpunit -c app {};"
```


Fastest works with **any available testing tool**! It just executes it in parallel.

It is optimized for functional tests, giving an easy way to work with N databases in parallel.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"require": {
"php": "^7.4|^8.0",
"symfony/console": "^4.4|^5.0|^6.0|^7.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0|^7.0",
"symfony/process": "^4.4.35|^5.0|^6.0|^7.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"doctrine/collections": "^1.2|^2.0",
"symfony/deprecation-contracts": "^2.1|^3"
},
Expand Down

0 comments on commit 23fa382

Please sign in to comment.