Skip to content

OussamaELAMRANI/DesignPattern_PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Pattern with PHP v7.2

install the different packages with Composer

    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
    

About

Design Pattern - Implementation with PHP v7 with Phpunit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages