Skip to content

Commit

Permalink
GitHub action updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot authored and docbot committed Sep 30, 2024
1 parent 9410478 commit b9705a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CLI Commands

## actionIndex()
Run the Pest tests with `php craft pest`. This is a convienence function that internally calls the
## actionTest()
Run the Pest tests with `php craft pest/test`. This is a convenience function that internally calls the
`pest/init` method and then `./vendor/bin/pest` executable.

You may pass any pest options to this command by separating them with a `--`. For example, to filter
Expand Down

0 comments on commit b9705a0

Please sign in to comment.