Changeset 59068
- Timestamp:
- 09/19/2024 06:12:36 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r56472 r59068 5 5 * @todo Reuse the init/load code in init.php 6 6 */ 7 error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT);7 error_reporting( E_ALL & ~E_DEPRECATED ); 8 8 9 9 $config_file_path = $argv[1];
Note: See TracChangeset
for help on using the changeset viewer.