Skip to content

Commit

Permalink
Update README with correct information on linting and running tests. (#1
Browse files Browse the repository at this point in the history
)
  • Loading branch information
oliverearl authored Dec 12, 2024
1 parent 73cb67b commit 4af25a3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,22 @@ Please check the PHP library documentation for more information on available fun

## Testing

Laravel Pint is used to maintain the PER coding style. The linter can be run using:
Tests are run using the [Pest](https://pestphp.com/) testing framework. You can run the suite like so:

```bash
composer test
```

There are Pest architecture tests that also attempt to maintain certain conventions, including the use of strict typing
where possible.
## Code Style

Laravel Pint is used to maintain the PER coding style. The linter can be run using:

```bash
composer format
```

There are Pest architecture tests that also attempt to maintain certain conventions, including the use of strict
typing where possible.

## Changelog

Expand Down

0 comments on commit 4af25a3

Please sign in to comment.