From d428dbdd04e4ac395a6cef66ab90fa388916582b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 19 Jul 2017 11:23:46 +0200 Subject: [PATCH] Update TestUtils.php --- Utils/TestUtils.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index 37b1ea2f1..6c1949466 100644 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -16,7 +16,9 @@ declare(strict_types=1); namespace phpOMS\Utils; /** - * Array utils. + * Test utils. + * + * Only for testing purposes. MUST NOT be used for other purposes. * * @category Framework * @package phpOMS\Utils