Skip to content

Commit 35eb713

Browse files
committed
Merge pull request #2 from tadeobarranco/magetest
Magetest
2 parents 034c321 + fb087c8 commit 35eb713

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Now on the console, type once again
321321
322322
And we did it, friends!.
323323
324-
## Second Test
324+
## <a href="#second-test"></a>Second Test
325325
326326
In this case we are going to show how you can test your Magento modules using [MageSpec](http://tinyurl.com/nednm2x)
327327
@@ -355,6 +355,12 @@ We have to update our composer.json file with the below data
355355
}
356356
```
357357
358+
That json file contains the following changes:
359+
360+
<ol>
361+
<li>The require dev modules are "psy/psysh" and "magetest/magento-phpspec-extension" intead of "phpspec/phpspec"</li>
362+
<li>The autoload field is used to load all the Magento files</li>
363+
</ol>
358364
359365
After type on terminal this
360366

0 commit comments

Comments
 (0)