From 3b5c9a3557683915d939f4278f9323faff9b888b Mon Sep 17 00:00:00 2001 From: C0DE8 Date: Sat, 13 May 2017 16:20:05 +0200 Subject: [PATCH] insert test namspace (directory) 'MatchMaker' --- README.md | 3 ++- tests/C0DE8/{ => MatchMaker}/KeyMatcherTest.php | 0 tests/C0DE8/{ => MatchMaker}/ManagerTest.php | 0 tests/C0DE8/{ => MatchMaker}/MatcherTest.php | 0 tests/C0DE8/{ => MatchMaker}/RulesTest.php | 0 5 files changed, 2 insertions(+), 1 deletion(-) rename tests/C0DE8/{ => MatchMaker}/KeyMatcherTest.php (100%) rename tests/C0DE8/{ => MatchMaker}/ManagerTest.php (100%) rename tests/C0DE8/{ => MatchMaker}/MatcherTest.php (100%) rename tests/C0DE8/{ => MatchMaker}/RulesTest.php (100%) diff --git a/README.md b/README.md index 10f272d..7c0600e 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,8 @@ composer require c0de8/matchmaker:dev-master ## PHPUnit This package expects (uses) PHPUnit Version 6.x.x. [Site](https://phpunit.de/) - + +(but PHPUnit Version 5.x.x also works) ## License diff --git a/tests/C0DE8/KeyMatcherTest.php b/tests/C0DE8/MatchMaker/KeyMatcherTest.php similarity index 100% rename from tests/C0DE8/KeyMatcherTest.php rename to tests/C0DE8/MatchMaker/KeyMatcherTest.php diff --git a/tests/C0DE8/ManagerTest.php b/tests/C0DE8/MatchMaker/ManagerTest.php similarity index 100% rename from tests/C0DE8/ManagerTest.php rename to tests/C0DE8/MatchMaker/ManagerTest.php diff --git a/tests/C0DE8/MatcherTest.php b/tests/C0DE8/MatchMaker/MatcherTest.php similarity index 100% rename from tests/C0DE8/MatcherTest.php rename to tests/C0DE8/MatchMaker/MatcherTest.php diff --git a/tests/C0DE8/RulesTest.php b/tests/C0DE8/MatchMaker/RulesTest.php similarity index 100% rename from tests/C0DE8/RulesTest.php rename to tests/C0DE8/MatchMaker/RulesTest.php