mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 15:36:07 +00:00
10 lines
90 B
PHP
10 lines
90 B
PHP
<?php
|
|
|
|
class MockPDO extends PDO
|
|
{
|
|
public function __construct()
|
|
{
|
|
}
|
|
}
|
|
|
|
?>
|