Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Commit 51eb8da

Browse files
committed
Suggest a couple of typo fixes in README.md
1 parent 2589fa9 commit 51eb8da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Magento PHPUnit Integration
55

66
Magento is a quite complex platform without built in unit test suite, so the code is not oriented on running tests over it.
77

8-
This extension was created especially for resolving this problem and promoting test driven development practices in Magento developers community. It doesn't change core files or brake your Magento instalment database, because all the system objects are replaced during the run-time with the test ones and a separate database connection is used for tests.
8+
This extension was created especially for resolving this problem and promoting test driven development practices in Magento developers community. It doesn't change core files or break your Magento installation database. All system objects are replaced during run-time with the test objects, and a separate database connection is used for tests.
99

1010
System Requirements
1111
-------------------

0 commit comments

Comments
 (0)