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

PHPCreation/symfonyunitest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

symfonyunitest-prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.1%
  • Shell 15.3%
  • Dockerfile 2.6%