Skip to content

Commit 011115c

Browse files
authored
Update migration.rst
1 parent 17f9d4a commit 011115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ It is quite common for an existing application to either not have a test suite
130130
at all or have low code coverage. Introducing unit tests for this code is
131131
likely not cost effective as the old code might be replaced with functionality
132132
from Symfony components or might be adapted to the new application.
133-
Additionally legacy code tends to be hard to write tests for making the process
133+
Additionally legacy code tends to be hard to write tests for, making the process
134134
slow and cumbersome.
135135

136136
Instead of providing low level tests, that ensure each class works as expected, it

0 commit comments

Comments
 (0)