Skip to content

Commit 1116d17

Browse files
krizalyssebastianbergmann
authored andcommitted
Fixed punctuation
1 parent d0a8a1e commit 1116d17

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/5.4/en/test-doubles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
double object for the specified type (interface or class). The creation of
4848
this test double is performed using best practice defaults (the
4949
<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
5151
the test double will not be cloned. If these defaults are not what you need
5252
then you can use the <literal>getMockBuilder($type)</literal> method to
5353
customize the test double generation using a fluent interface.

src/5.5/en/test-doubles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
double object for the specified type (interface or class). The creation of
4848
this test double is performed using best practice defaults (the
4949
<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
5151
the test double will not be cloned. If these defaults are not what you need
5252
then you can use the <literal>getMockBuilder($type)</literal> method to
5353
customize the test double generation using a fluent interface.

src/5.6/en/test-doubles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
double object for the specified type (interface or class). The creation of
4848
this test double is performed using best practice defaults (the
4949
<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
5151
the test double will not be cloned. If these defaults are not what you need
5252
then you can use the <literal>getMockBuilder($type)</literal> method to
5353
customize the test double generation using a fluent interface.

src/5.7/en/test-doubles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
double object for the specified type (interface or class). The creation of
4848
this test double is performed using best practice defaults (the
4949
<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
5151
the test double will not be cloned. If these defaults are not what you need
5252
then you can use the <literal>getMockBuilder($type)</literal> method to
5353
customize the test double generation using a fluent interface.

src/6.0/en/test-doubles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
double object for the specified type (interface or class). The creation of
4848
this test double is performed using best practice defaults (the
4949
<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
5151
the test double will not be cloned. If these defaults are not what you need
5252
then you can use the <literal>getMockBuilder($type)</literal> method to
5353
customize the test double generation using a fluent interface.

src/6.1/en/test-doubles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
double object for the specified type (interface or class). The creation of
4848
this test double is performed using best practice defaults (the
4949
<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
5151
the test double will not be cloned. If these defaults are not what you need
5252
then you can use the <literal>getMockBuilder($type)</literal> method to
5353
customize the test double generation using a fluent interface.

0 commit comments

Comments
 (0)