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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user