This repository contains tests written for the rewritten in PHP 8 examples from the Book "PHP 7 Data Structures and Algorithms".
This repository includes modifications and additions to examples originally published under the MIT License by Packt Publishing. Copyright © 2017 Packt. All rights reserved.
Original repository with examples: https://github.com/PacktPublishing/PHP7-Data-Structures-and-Algorithms
Install dependencies:
$ composer install
Run tests:
$ vendor/bin/phpunit