macbook@oussama:~$ composer install
macbook@oussama:~$ ./vendor/bin/phpunit
This project use PhpUnit to test each Type of Design pattern
Creational
, Stractural
and behavioral
with a simple implementation based on Java Design pattern in tutorialspoint.com
To run this code with a Specific Class use the example blow
macbook@oussama:~$ ./vendor/bin/phpunit --filter (ClassNameTest)
macbook@oussama:~$ ./vendor/bin/phpunit --filter FacadeTest