Skip to content

akmaks/test-text-magic

Repository files navigation

Test-text-magic

General structure of the service:

src
├── DataFixtures  # App fixtures for testing
├── Entity        # Domain logic layer
├── Repository    # Repository layer
├── Service       # Service layer
└── UI            # UI layer (console, web, api,...)
    ├── Console
    └── Web
    
Dependency layer rule: UI<-{UseCase}<-Service<-Repository<-{External clients (db, api, OS)}

Getting started

  1. Clone project git clone git@github.com:akmaks/test-text-magic.git && cd test-text-magic
  2. Init local environment make setup
  3. Init githook for checking code before commit (local php is required) make add-check-githook
  4. Start test make run

How to test

Run unit tests make test

Makefile

Start make to get help info about available commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors