mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
7 lines
134 B
PHP
7 lines
134 B
PHP
<?php
|
|
|
|
require_once 'system/Test/bootstrap.php';
|
|
|
|
if (! defined('OCI_COMMIT_ON_SUCCESS')) {
|
|
define('OCI_COMMIT_ON_SUCCESS', 32);
|
|
} |