You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,4 +166,45 @@ Install with Composer:
166
166
```
167
167
Include `Codeception\Specifiy` trait into your test.
168
168
169
+
## Configuration
170
+
171
+
Specify clones all properties of current testcase for all specify blocks.
172
+
By default Specify clones all objects using deep cloning method.
173
+
This behavior can be customized in order to speed up test execution by preventing some objects from cloning or switching to shallow cloning using `clone` operator.
0 commit comments