From 1d1a7d8ba934908d358e1f7dc80cd0eaf4b9ee31 Mon Sep 17 00:00:00 2001 From: Thang Tran Date: Thu, 2 Mar 2023 13:16:02 +0700 Subject: [PATCH] Create readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9fcad33f..04dc3811 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,15 @@ The project uses composer to install: - `src` - contains the two classes: - `Item.php` - this class should not be changed - `GildedRose.php` - this class needs to be refactored, and the new feature added + - `Items` - This folder contains all Items Class + - `Abstract` - This folder store Abstract of all Item Class + - `Interface` - This folder store Interface of all Item Class + - `Factory` - This folder store Factory, create Item instance + - `AgedBrieItem.php` + - `BackstagePassItem.php` + - `ConjuredItem.php` + - `NormalItem.php` + - `SulfurasItem.php` - `tests` - contains the tests - `GildedRoseTest.php` - starter test. - Tip: ApprovalTests has been included as a dev dependency, see the PHP version of