From f57327fa8bcdbabe4366b835612df181d8885bb5 Mon Sep 17 00:00:00 2001 From: Raj Chevli Date: Fri, 17 Mar 2017 14:55:43 +0000 Subject: [PATCH] Extra notes for development --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index decb547..1d3cd58 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ php vendor/bin/phpcpd vendor/ctidigital/magento2-configurator/Model/ vendor/ctid php vendor/bin/phpunit --coverage-clover build/logs/clover.xml vendor/ctidigital/magento2-configurator/Test/Unit/ ``` +If you're developing a new component, please ensure you have your corresponding unit test which extends `ComponentAbstractTestCase` as that will test that your component has the required functions. +Do also include sample files with your component that works + ## Getting Started 1. Create a `master.yaml` file in `/app/etc/`. (see `Samples/master.yaml`) 2. Enable Modules `CtiDigital_Configurator`,`FireGento_FastSimpleImport`.