From e3edf8eee480d25ffd382eca730658d3b1f00343 Mon Sep 17 00:00:00 2001 From: Hugh Grigg Date: Thu, 28 May 2015 15:00:17 +0100 Subject: [PATCH] Update README.md Fixed minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d01d3617..51548e27 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Magento PHPUnit Integration Magento is a quite complex platform without built in unit test suite, so the code is not oriented on running tests over it. -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. +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 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. System Requirements -------------------