Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Demyanovsky committed Jan 29, 2018
1 parent 44a30c7 commit 2ad4c5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Usage basics
-------------

```php
use Demyan112rv\MountebankPHP\Imposter;
use Demyan112rv\MountebankPHP\Mountebank;
use Demyan112rv\MountebankPHP\Stub;
use Demyan112rv\MountebankPHP\Response;
use Demyan112rv\MountebankPHP\Predicate;

// Response for stub
$response = new Response(Response::TYPE_IS);
$response->setConfig([
Expand Down

0 comments on commit 2ad4c5c

Please sign in to comment.