From 8c3c87d1da10c9ae6d61f514ece69862faec1440 Mon Sep 17 00:00:00 2001 From: Gustavo Freze de Araujo Santos Date: Wed, 6 Mar 2024 10:12:51 -0300 Subject: [PATCH] feat: Updates PHP version, refactor models, add event emission and other adjustments. --- README.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e6189f..c199a64 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ - [Queries](#queries) * [Installation](#installation) - [Repository](#repository) - - [Configuration](#settings) + - [Configuration](#configuration) + - [Tests](#tests) * [Environment setup](#environment_setup)
@@ -52,9 +53,9 @@ To clone the repository using the command line, run: git clone https://github.com/gustavofreze/cheap-delivery.git ``` -
+
-### ConfiguraĆ§Ć£o +### Configuration To install project dependencies locally, run: @@ -68,6 +69,28 @@ To start the application containers, run: make start ``` +
+ +### Tests + +Run only unit tests: + +```bash +make test-unit +``` + +Run only integration tests: + +```bash +make test-integration +``` + +Run all tests: + +```bash +make test +``` +
## Environment Setup