We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 034c321 + fb087c8 commit 35eb713Copy full SHA for 35eb713
README.md
@@ -321,7 +321,7 @@ Now on the console, type once again
321
322
And we did it, friends!.
323
324
-## Second Test
+## <a href="#second-test"></a>Second Test
325
326
In this case we are going to show how you can test your Magento modules using [MageSpec](http://tinyurl.com/nednm2x)
327
@@ -355,6 +355,12 @@ We have to update our composer.json file with the below data
355
}
356
```
357
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>
364
365
After type on terminal this
366
0 commit comments