From 50895efb4ffb441a3a0a25ef65f257a5a3cc99ae Mon Sep 17 00:00:00 2001 From: rawsrc Date: Fri, 12 Nov 2021 18:58:56 +0100 Subject: [PATCH] README.md update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e3a0ad..8b91718 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ ## **A PHP TEST ENGINE** -`Exacodis` is a very minimalist test engine for PHP (very lightweight PHP test framework). -This engine is really far from others tools as it is very simple to use. No complex architecture, not even a huge -test engine, just the basic (and a little more) to help you to validate your PHP code. +`Exacodis` is a very minimalist testing engine for PHP (very lightweight PHP testing framework). +This engine is really far from others tools as it is very simple to use. No complex architecture, +not even a huge testing engine, just the basic (and a little more) to help you to validate +your PHP code. Just 3 classes : 1. One to pilot the tests (called `Pilot`),