From 9a8e3f4a4405f7154f706e3a3f5ce687418e90f9 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Wed, 1 Dec 2021 10:00:30 +0100
Subject: [PATCH] Replace erroneos test documentation by wiki link

---
 README.md | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 7f42269..70c25f7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# MemoRekallMember web app 
+ MemoRekallMember web app 
 This project has been created to help artists document their creative process with video notes and documents.
 
 ## Installation
@@ -21,16 +21,7 @@ docker-compose exec memorekall-member php bin/console doctrine:schema:create
 
 ### Developpement only
 
-You need to add a test database to run the automated tests :
-
-1. open a mysql shell : `docker-compose exec mysql mysql -u root -p'youRootPasswordDefinedInDotEnvFile`
-```mysql
-create database rekallfrwsmember_test
-grant all privileges on rekallfrwsmember_test.* to rekallfrwsmember;
-exit
-```
-2. Create the database schema `docker-compose exec memorekall-member php bin/console --env=test doctrine:schema:create`
-
+To configure the automated test, see [the dedicated wiki page](https://gitlab.tetras-libre.fr/rekall/memorekall-member-new/-/wikis/Tests)
 
 ## Contributors
 The Tetras Libre team follows some code quality requirements. 
-- 
GitLab