From 4af25a305006307956c2c6c063768043f76feea3 Mon Sep 17 00:00:00 2001 From: Oliver Earl Date: Thu, 12 Dec 2024 14:54:26 +0000 Subject: [PATCH] Update README with correct information on linting and running tests. (#1) --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b422217..e1301e8 100644 --- a/README.md +++ b/README.md @@ -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