File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
guides/v2.1/test/integration/annotations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Please note that dependencies don't define the order in which the test methods a
18
18
19
19
### Example 1
20
20
21
- Lets check the following basic example.
21
+ Let's check the following basic example.
22
22
23
23
``` php
24
24
/**
@@ -46,7 +46,7 @@ public function testNumber($number)
46
46
### Example 2
47
47
48
48
{:.bs-callout .bs-callout-info}
49
- Using more than one dependencies, arguments will be passed in the annotations' defined order.
49
+ If using multiple dependencies, arguments are passed in the annotations' defined order.
50
50
51
51
``` php
52
52
/**
@@ -87,7 +87,7 @@ public function testNumber(int $one, int $two)
87
87
88
88
### Example 3
89
89
90
- Let's check the following practical example, where we'll be checking the customer email by customer id .
90
+ Let's check the following practical example, where we'll be checking the customer email by customer ID .
91
91
92
92
``` php
93
93
use Magento\Customer\Api\CustomerRepositoryInterface;
@@ -118,4 +118,4 @@ public function testEmail(CustomerInterface $customer)
118
118
}
119
119
```
120
120
121
- You can read more about PHPUnit Depends annotation [ here] ( https://phpunit.readthedocs.io/en/8.2/annotations.html#depends ) {: target ="_ blank"}.
121
+ You can read more about PHPUnit dependency annotation [ here] ( https://phpunit.readthedocs.io/en/8.2/annotations.html#depends ) {: target ="_ blank"}.
You can’t perform that action at this time.
0 commit comments