uitpas-beheer-silex
  • Introduction
  • Initial Setup
  • Language
  • Layered architecture
    • Infrastructure
    • Domain
  • File system layout
    • vendor
    • src
    • test
    • app
    • bootstrap.php
    • bootstrap
    • web
    • var
    • log
    • docs
    • config.dist.yml
    • config.yml
  • Development process
    • Git workflow
    • Definition of Done
    • Unit tests
    • Coding standards
    • Swagger documentation
    • Technical manual
    • Continuous Integration
    • Peer review
Powered by GitBook
On this page

Was this helpful?

  1. File system layout

test

The test directory contains unit tests, covering implementation code in the src directory.

PrevioussrcNextapp

Last updated 4 years ago

Was this helpful?