Skip to content

Commit

Permalink
Improve the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed Jul 3, 2015
1 parent 7619c6a commit 4cdbd3d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ The problem that this project aims to solve is to give you a way to provide a si
all those scenarios.

## The Solution
Meet the Drupal Unit Autoload.
Meet the Drupal Unit Autoload. To include it, just add the following to your PHPUnit test class:

```php
require_once __DIR__ . '/../../vendor/mateu-aguilo-bosch/drupal-unit-autoload/autoload.php';
```

That will load Composer's autoloader + the Drupal capabilities.

The only thing that you need to do is add a new `composer.json` key with tokens in the path.

Expand Down

0 comments on commit 4cdbd3d

Please sign in to comment.