1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-06 16:16:29 +02:00

Add warning to 'tests' explaining that files are not to be re-used

This commit is contained in:
Marco
2017-07-24 23:28:26 +02:00
parent 499fbb6542
commit 78b7fb4169

View File

@@ -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');