Skip to content

Commit 213299a

Browse files
committed
Merge branch '4.4'
* 4.4: Fix typo
2 parents d61a2d4 + 47bdaeb commit 213299a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Now, enable it as a PHPUnit extension or listener:
5959
</listeners>
6060
</phpunit>
6161
62-
This bundle uses a clever trick to avoid side effects without scarifying
62+
This bundle uses a clever trick to avoid side effects without sacrificing
6363
performance: it begins a database transaction before every test and rolls it
6464
back automatically after the test finishes to undo all changes. Read more in the
6565
documentation of the `DAMADoctrineTestBundle`_.

0 commit comments

Comments
 (0)