--TEST-- Calling PDO::connect through the wrong classname --EXTENSIONS-- pdo_sqlite --FILE-- getMessage() . "\n"; } ?> --EXPECT-- MyPDO::connect() cannot be called when connecting to the "sqlite" driver, either Pdo\Sqlite::connect() or PDO::connect() must be called instead