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