Skip to content

ericserrat/integration-test-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integration tests kata

Start the project

Init docker containers:

docker-compose up -d

Enter into the docker machine:

docker-compose exec php-fpm bash

Navigate into the app directory and install vendors:

cd app/ && composer install

Create database:

vendor/bin/doctrine orm:schema-tool:create

Executing the tests

vendor/bin/phpunit

Accessing to database

  • Database: db
  • User: kata
  • Password: kata
  • Port: 2002

About

Kata to show integration tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors