Skip to content

Commit

Permalink
Document pdo_sqlite requirement for tests (doctrine#10734)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Jun 1, 2023
1 parent da0998c commit 14d1eb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ cd orm
composer install
```

You will also need to enable the PHP extension that provides the SQLite driver
for PDO: `pdo_sqlite`. How to do so depends on your system, but checking that it
is enabled can universally be done with `php -m`: that command should list the
extension.

To run the testsuite against another database, copy the ``phpunit.xml.dist``
to for example ``mysql.phpunit.xml`` and edit the parameters. You can
take a look at the ``ci/github/phpunit`` directory for some examples. Then run:
Expand Down

0 comments on commit 14d1eb5

Please sign in to comment.