https://github.com/chris-ware/array-reverse
https://github.com/chris-ware/array-reverse
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chris-ware/array-reverse
- Owner: chris-ware
- Created: 2023-10-02T18:12:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T19:25:18.000Z (almost 3 years ago)
- Last Synced: 2023-10-03T02:25:30.100Z (almost 3 years ago)
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Testing & expected output
Pest tests are in place should you wish to verify.
### Install using composer:
```bash
composer install
```
### Run tests _(from your project root)_:
Run `composer test` or `./vendor/bin/pest` to validate.