Skip to content

Commit

Permalink
Making text more readable, wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaric authored Sep 27, 2024
1 parent fa30e09 commit c848082
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions migrating-from-phpunit-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ test('true is true', function () {

If you want to convert Phpunit tests only for certain folder, you can pass _path_ as first argument when calling `--drift`:

Example of call if you want to run the conversion for folder `/tests/Helpers`:
Example call, if you want to run the conversion for folder `/tests/Helpers`:
```console
/vendor/bin/est --drift tests/Helpers
/vendor/bin/pest --drift tests/Helpers
```

Output in console after running the above command:
Output:
```console
/vendor/bin/est --drift tests/Helpers
/vendor/bin/pest --drift tests/Helpers

✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔

INFO The [tests/Helpers] directory has been migrated to PEST with 26 files changed.
INFO The [tests/Helpers] directory has been migrated to PEST with XY files changed.
```

---
Expand Down

0 comments on commit c848082

Please sign in to comment.