Skip to content

Commit b2c8a17

Browse files
committed
updated
1 parent b0c206f commit b2c8a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2016-03-05-codeception-2.2.-upcoming-features.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ modules:
103103
This way you can use API to create test data for application:
104104

105105
```php
106+
<?php
107+
$I = new AcceptanceTester($scenario);
106108
// let's create a post
107109
$I->sendPOST('/posts', ['title' => 'Hello, Codeception 2.2', 'body' => 'Almost here']);
108110

0 commit comments

Comments
 (0)