We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0998c commit db55863Copy full SHA for db55863
CONTRIBUTING.md
@@ -40,6 +40,11 @@ cd orm
40
composer install
41
```
42
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
+
48
To run the testsuite against another database, copy the ``phpunit.xml.dist``
49
to for example ``mysql.phpunit.xml`` and edit the parameters. You can
50
take a look at the ``ci/github/phpunit`` directory for some examples. Then run:
0 commit comments