# Welcome! If you are reading this document then you are interested in contributing to wp-vulnerability-check, and that's awesome! All contributions are welcome: use-cases, documentation, code, patches, bug reports, feature requests, etc. You do not need to be a programmer to speak up! ## Tests First, install the dependencies; ``` composer install ``` After, you can run `phpunit` to trigger the unittests; ``` ./vendor/bin/phpunit ```