Skip to content

Commit

Permalink
Merge branch 'master' of github.com:thornag/php-vfs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-donat committed Nov 9, 2013
2 parents 5796bc9 + ebb8d4d commit 64a1229
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ php-vfs is hosted on pear.michaeldonat.net and can be installed using following

To use PEAR installation with your testing framework you need to initialize the autoloader in your bootsrtap files.

require_once 'VirtualFileSystem/Loader.php';
$l = new \VirtualFileSystem\Loader();
$l->register();
```PHP
require_once 'VirtualFileSystem/Loader.php';
$l = new \VirtualFileSystem\Loader();
$l->register();
```

Usage
--------------
Expand Down

0 comments on commit 64a1229

Please sign in to comment.