Create readme

This commit is contained in:
Thang Tran 2023-03-02 13:16:02 +07:00
parent dcae31dec8
commit 1d1a7d8ba9

View File

@ -51,6 +51,15 @@ The project uses composer to install:
- `src` - contains the two classes: - `src` - contains the two classes:
- `Item.php` - this class should not be changed - `Item.php` - this class should not be changed
- `GildedRose.php` - this class needs to be refactored, and the new feature added - `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 - `tests` - contains the tests
- `GildedRoseTest.php` - starter test. - `GildedRoseTest.php` - starter test.
- Tip: ApprovalTests has been included as a dev dependency, see the PHP version of - Tip: ApprovalTests has been included as a dev dependency, see the PHP version of