Skip to content

Commit 2218b9c

Browse files
authored
Fix test bootstrap (#1036)
1 parent 74a9a1b commit 2218b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
error_reporting(E_ALL | E_STRICT);
3+
error_reporting(E_ALL | 2048);
44

55
session_start();
66

0 commit comments

Comments
 (0)