Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Magento 2 Development Cookbook

You're reading from   Magento 2 Development Cookbook Over 60 recipes that will tailor and customize your experience with Magento 2

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher
ISBN-13 9781785882197
Length 304 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Table of Contents (13) Chapters Close

Preface 1. Upgrading from Magento 1 FREE CHAPTER 2. Working with Products 3. Theming 4. Creating a Module 5. Databases and Modules 6. Magento Backend 7. Event Handlers and Cronjobs 8. Creating a Shipping Module 9. Creating a Product Slider Widget 10. Performance Optimization 11. Debugging and Unit Testing Index

Creating a Magento test case

As this is the last chapter of this book, we will write a test that we can execute with the Magento Testing Framework. This framework uses PHPUnit to execute the tests.

By following the pattern of the Magento tests (Unit tests, Integration tests, and more), the tests will automatically execute when the dev:tests:run console command will be executed.

Getting ready

In this recipe, we will create a unit test for the Packt_HelloWorld module that we created in Chapters 4, Creating a Module, Chapter 5, Databases and Modules, Chapter 6, Magento Backend, and Chapter 7, Event Handlers and Cronjobs.

If you don't have the complete code, you can install the starter files for this recipe.

How to do it...

Using the following steps, we will create a simple unit test for Magento:

  1. For a unit test, we have to create the following folders:
    • app/code/Packt/HelloWorld/Test/
    • app/code/Packt/HelloWorld/Test/Unit/
    • app/code/Packt/HelloWorld/Test/Unit/Block/
    • app/code/Packt/HelloWorld/Test/Unit...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime