Install dependencies with Composer :
$ composer installTo run the tests use phpunit:
$ ./vendor/bin/phpunitOr for example if you want to debug or test Adapter Pattern, run the commands below:
$ cd Structural/Adapter/Tests/
$ php index.php| Name | Name | Last commit date | ||
|---|---|---|---|---|
Install dependencies with Composer :
$ composer installTo run the tests use phpunit:
$ ./vendor/bin/phpunitOr for example if you want to debug or test Adapter Pattern, run the commands below:
$ cd Structural/Adapter/Tests/
$ php index.php