Skip to content

Commit 96c58fd

Browse files
committed
SDK-752: Remove ini_set() in bootstrap
1 parent 4777d4a commit 96c58fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/bootstrap.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
*/
55
require_once __DIR__ . '/../vendor/autoload.php';
66

7-
// Prevent log messages surfacing when error_log hasn't been configured.
8-
if (!ini_get('error_log')) {
9-
ini_set('error_log', '/dev/null');
10-
}
11-
127
define('SDK_ID', '990a3996-5762-4e8a-aa64-cb406fdb0e68');
138
define('RECEIPT_JSON', __DIR__ . '/sample-data/receipt.json');
149
define('INVALID_YOTI_CONNECT_TOKEN', 'sdfsdfsdasdajsopifajsd=');

0 commit comments

Comments
 (0)