Commit

commit 6037116938e4732b28eadf39463209986b6ab4c0
Author: Jan Dankert 
Date:   Thu Sep 10 23:46:04 2020 +0200

    New: Simple Unit-Testing.

 dev-helper/test.php                                | 51 +++++++++++++
 modules/security/test/PasswordTest.class.php       | 21 +++++
 modules/util/test/MustacheTest.class.php           | 89 ++++++++++++++++++++++
 modules/util/test/TestCase.class.php               | 48 ++++++++++++
 modules/util/test/YAMLTest.class.php               | 23 ++++++
 .../util/text/variables/VariablesTest.class.php    | 39 +++++++---
 test/PasswordTest.php                              | 23 ------
 7 files changed, 260 insertions(+), 34 deletions(-)