diff options
| author | Zhineng Li <[email protected]> | 2026-01-05 17:33:01 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-01-05 17:33:01 +0800 |
| commit | 83576e90a4cac04b30cc17df9031e0aff04e2065 (patch) | |
| tree | a6d2a0b5ec02f71f8123c416a792015e6b563bec /README.md | |
| parent | a49763dd739c3c68c4a8322896d594e926ac8e6b (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -100,8 +100,16 @@ echo $structure->size(); // 63 ## Testing +Run the test suite locally: + +```bash +composer test +``` + +Test across all PHP versions and dependency modes: + ```bash -composer run test +composer matrix ``` ## License |
