Skip to content

Commit a5cee18

Browse files
authored
local setup instructions
1 parent 8751661 commit a5cee18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,10 @@ includes:
119119
- [PGSQL Support](https://github.com/staabm/phpstan-dba/blob/main/docs/pgsql.md)
120120
- [Reflector Overview](https://github.com/staabm/phpstan-dba/blob/main/docs/reflectors.md)
121121
- [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

Comments
 (0)