diff options
author | Andrey Andreev <narf@devilix.net> | 2019-09-19 14:08:45 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-09-19 14:08:45 +0200 |
commit | b73eb19aed66190c10c9cad476da7c36c271d6dc (patch) | |
tree | b3d5d4f960569c30701934416d6d51628bde81a7 /tests/mocks/database/drivers/mysqli.php | |
parent | 6e052d80b95b9332ed592cdc3431b5f9dc8dd250 (diff) |
[ci skip] 3.1.11 release
Diffstat (limited to 'tests/mocks/database/drivers/mysqli.php')
-rw-r--r-- | tests/mocks/database/drivers/mysqli.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/mocks/database/drivers/mysqli.php b/tests/mocks/database/drivers/mysqli.php deleted file mode 100644 index f747aad46..000000000 --- a/tests/mocks/database/drivers/mysqli.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -class Mock_Database_Drivers_Mysqli extends Mock_Database_DB_Driver { - - /** - * Instantiate the database driver - * - * @param array DB configuration to set - * @return void - */ - public function __construct($config = array()) - { - parent::__construct('CI_DB_mysqli_driver', $config); - } - -}
\ No newline at end of file |