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