From 0f4250dc7f47726719c50f386a1c513f8663d08e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 13 Aug 2021 02:55:48 +0200 Subject: [PATCH] Move test section to the end I bet most users to not care about it --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e849177..aeb828d 100644 --- a/README.md +++ b/README.md @@ -105,16 +105,6 @@ services: - PMA_ARBITRARY=1 ``` -## Run the E2E tests with docker-compose - -You can run the E2E tests with the local test environment by running MariaDB/MySQL databases. Adding ENV variable `PHPMYADMIN_RUN_TEST=true` already added on docker-compose file. Simply run: - -Using the docker-compose.testing.yml from https://github.com/phpmyadmin/docker - -```sh -docker-compose -f docker-compose.testing.yml up phpmyadmin -``` - ## Adding Custom Configuration You can add your own custom config.inc.php settings (such as Configuration Storage setup) @@ -138,7 +128,7 @@ Example: ```php