Skip to content

Commit db55863

Browse files
committed
Document pdo_sqlite requirement for tests
The error message you get if you don't enable pdo_sqlite mentions a driver, but does not tell the users that it's provided by this PHP extension.
1 parent da0998c commit db55863

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ cd orm
4040
composer install
4141
```
4242

43+
You will also need to enable the PHP extension that provides the SQLite driver
44+
for PDO: `pdo_sqlite`. How to do so depends on your system, but checking can it
45+
is enabled can universally be done with `php -m`: that command should list the
46+
extension.
47+
4348
To run the testsuite against another database, copy the ``phpunit.xml.dist``
4449
to for example ``mysql.phpunit.xml`` and edit the parameters. You can
4550
take a look at the ``ci/github/phpunit`` directory for some examples. Then run:

0 commit comments

Comments
 (0)