diff --git a/tests/index.php b/tests/index.php index 13ee54b..ebf93a0 100644 --- a/tests/index.php +++ b/tests/index.php @@ -6,6 +6,14 @@ * Licensed under the MIT License (https://opensource.org/licenses/MIT) */ +/* + * WARNING: + * + * Do *not* use these files from the `tests` directory as the foundation + * for the usage of this library in your own code. Instead, please follow + * the `README.md` file in the root directory of this project. + */ + // enable error reporting error_reporting(E_ALL); ini_set('display_errors', 'stdout');