Skip to content

Commit

Permalink
Merge pull request #140 from BackEndTea/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
DonCallisto authored Oct 16, 2019
2 parents a10d96a + 553e531 commit 07a5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Code coverage will be available in the `cov/merge/fastest/` directory.

## Storage adapters

If you want to parallel functional tests, and if you have a machine with 4 CPUs, the best think you could do is create a db foreach parallel process,
If you want to parallel functional tests, and if you have a machine with 4 CPUs, the best thing you could do is create a db foreach parallel process,
`fastest` gives you the opportunity to work easily with Symfony.

Modifying the `config_test.yml` config file in Symfony, each functional test will look for a database called `<database_name>_test_x` automatically (x is from 1 to CPUs number).
Expand Down

0 comments on commit 07a5ca1

Please sign in to comment.