Add PDO::quote() to FakePdoTrait by zonuexe · Pull Request #12 · vimeo/php-mysql-engine
Implement PDO::quote(). Why We maintain a SQL template engine that depends on escaping with PDO::quote(). Currently we have this method in a class that inherits from FakePdo.