Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 552 Bytes

Demonstration for symfony unit test with github workflow

  • This application will demonstrate, symfony unit test with mysql databases and github work flow

Technologies

Technologies :

  • PHP
  • Symfony Framework
  • Doctrine ORM

Install Pacakges

  • ./exec 'composer install'

Database

  • Create/Update tables
    • ./exec 'bin/console doctrine:migrations:migrate'
  • Load Data fixture
    • ./exec 'bin/console doctrine:fixtures:load'