Skip to content

Commit

Permalink
Moar docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed Jul 3, 2015
1 parent 4cdbd3d commit 40aed2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ 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. To include it, just add the following to your PHPUnit test class:
Meet the Drupal Unit Autoload. To include it, just add the following to your PHPUnit test class (change the path
depending on the location of your test classes):

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

0 comments on commit 40aed2c

Please sign in to comment.