You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[How to analyze a PHP 7.x codebase?](https://github.com/staabm/phpstan-dba/blob/main/docs/faq.md)
122
+
123
+
## Contribute
124
+
125
+
Setup the test-suite
126
+
127
+
- copy `.env.dist` into a new file `.env` and adjust the credentials in it for your local needs
128
+
- import the database [`schema.sql` (MySQL, MariaDB)](https://github.com/staabm/phpstan-dba/blob/main/tests/schema.sql) or [`pgsql-schema.sql` (Postgres)](https://github.com/staabm/phpstan-dba/blob/main/tests/pgsql-schema.sql)
0 commit comments