Tohmua / php-II-higher-structures-M5Ex1

M5Ex1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-II-higher-structures-M5Ex1

Create a class for an e-commerce application

Give it a constructor with 3 properties

Write at least one additional function

Instantiate class to make sure it works as expected (Note: Check the spec/App/Products/ProductSpec.php for this)

Info

This is module 5 exercise 1 of the php II Higher Structures course by Oliver Musgrove-Wethey. This uses PSR-4 autoloading with phpspec unit tests. The system is automated using gulp js

Install

$ composer install

$ npm install -g gulp

$ npm install

Automated test running

$ gulp

About

M5Ex1


Languages

Language:PHP 88.8%Language:JavaScript 11.2%