File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 47
47
double object for the specified type (interface or class). The creation of
48
48
this test double is performed using best practice defaults (the
49
49
<literal >__construct()</literal > and <literal >__clone()</literal > methods of
50
- the original class are not executed and the arguments passed to a method of
50
+ the original class are not executed) and the arguments passed to a method of
51
51
the test double will not be cloned. If these defaults are not what you need
52
52
then you can use the <literal >getMockBuilder($type)</literal > method to
53
53
customize the test double generation using a fluent interface.
Original file line number Diff line number Diff line change 47
47
double object for the specified type (interface or class). The creation of
48
48
this test double is performed using best practice defaults (the
49
49
<literal >__construct()</literal > and <literal >__clone()</literal > methods of
50
- the original class are not executed and the arguments passed to a method of
50
+ the original class are not executed) and the arguments passed to a method of
51
51
the test double will not be cloned. If these defaults are not what you need
52
52
then you can use the <literal >getMockBuilder($type)</literal > method to
53
53
customize the test double generation using a fluent interface.
Original file line number Diff line number Diff line change 47
47
double object for the specified type (interface or class). The creation of
48
48
this test double is performed using best practice defaults (the
49
49
<literal >__construct()</literal > and <literal >__clone()</literal > methods of
50
- the original class are not executed and the arguments passed to a method of
50
+ the original class are not executed) and the arguments passed to a method of
51
51
the test double will not be cloned. If these defaults are not what you need
52
52
then you can use the <literal >getMockBuilder($type)</literal > method to
53
53
customize the test double generation using a fluent interface.
Original file line number Diff line number Diff line change 47
47
double object for the specified type (interface or class). The creation of
48
48
this test double is performed using best practice defaults (the
49
49
<literal >__construct()</literal > and <literal >__clone()</literal > methods of
50
- the original class are not executed and the arguments passed to a method of
50
+ the original class are not executed) and the arguments passed to a method of
51
51
the test double will not be cloned. If these defaults are not what you need
52
52
then you can use the <literal >getMockBuilder($type)</literal > method to
53
53
customize the test double generation using a fluent interface.
Original file line number Diff line number Diff line change 47
47
double object for the specified type (interface or class). The creation of
48
48
this test double is performed using best practice defaults (the
49
49
<literal >__construct()</literal > and <literal >__clone()</literal > methods of
50
- the original class are not executed and the arguments passed to a method of
50
+ the original class are not executed) and the arguments passed to a method of
51
51
the test double will not be cloned. If these defaults are not what you need
52
52
then you can use the <literal >getMockBuilder($type)</literal > method to
53
53
customize the test double generation using a fluent interface.
Original file line number Diff line number Diff line change 47
47
double object for the specified type (interface or class). The creation of
48
48
this test double is performed using best practice defaults (the
49
49
<literal >__construct()</literal > and <literal >__clone()</literal > methods of
50
- the original class are not executed and the arguments passed to a method of
50
+ the original class are not executed) and the arguments passed to a method of
51
51
the test double will not be cloned. If these defaults are not what you need
52
52
then you can use the <literal >getMockBuilder($type)</literal > method to
53
53
customize the test double generation using a fluent interface.
You can’t perform that action at this time.
0 commit comments