# Development

## Setup

1. Install PHP
2. Install Composer
3. Run `composer install` to install dependencies.

## Testing

1. Install subversion CLI (`svn`) if you don't have it yet.
2. Run `composer install-wp-tests` to install WordPress tests.
3. Run `composer test` to run tests.
