Skip to content

Commit b70cac2

Browse files
committed
Remove error_reporting and ini_set calls in MySQL PDO test
1 parent 7b3d7e9 commit b70cac2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/pdo_mysql/tests/pdo_mysql_subclass.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ MySQLPDOTest::skip();
1010
<?php
1111
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
1212

13-
// No silly strict mode warnings, please!
14-
error_reporting(E_ALL);
15-
ini_set('display_errors', false);
16-
1713
try {
1814

1915
class MyPDO extends PDO {

0 commit comments

Comments
 (0)