From 8ca6eb58544248e38544630ec24b677127c0be3f Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 27 Aug 2019 15:32:59 +0200 Subject: [PATCH] docs_upd --- README.md | 2 ++ docs/development.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 05e2b39..6f9fd2a 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ Once everything is ready visit: `http://localhost:8080` ## Run tests & static analysis +Testing requires xdebug and sqlite php extensions. + ``` vendor/bin/phpunit vendor/bin/phpstan analyse ./backend diff --git a/docs/development.md b/docs/development.md index c91b7a9..d4a6448 100644 --- a/docs/development.md +++ b/docs/development.md @@ -30,6 +30,8 @@ Once everything is ready visit: `http://localhost:8080` ## Run tests & static analysis +Testing requires xdebug and sqlite php extensions. + ``` vendor/bin/phpunit vendor/bin/phpstan analyse ./backend