mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
Refactor Code and write Unit test
This commit is contained in:
parent
1b35d8a8b4
commit
dcae31dec8
@ -1,3 +1,6 @@
|
||||
<p align="center">
|
||||
<img src="https://avatars.githubusercontent.com/u/5228734?s=280&v=4" alt="NFQ Group"/>
|
||||
</p>
|
||||
# GildedRose Kata - PHP Version
|
||||
|
||||
See the [top level readme](../README.md) for general information about this exercise. This is the PHP version of the
|
||||
@ -18,19 +21,19 @@ See [GitHub cloning a repository](https://help.github.com/en/articles/cloning-a-
|
||||
create a local copy of this project on your computer.
|
||||
|
||||
```sh
|
||||
git clone git@github.com:emilybache/GildedRose-Refactoring-Kata.git
|
||||
git clone git@github.com:thang-tran-nfq/GildedRose-Refactoring-Kata.git
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```shell script
|
||||
git clone https://github.com/emilybache/GildedRose-Refactoring-Kata.git
|
||||
git clone https://github.com/thang-tran-nfq/GildedRose-Refactoring-Kata.git
|
||||
```
|
||||
|
||||
Install all the dependencies using composer
|
||||
|
||||
```shell script
|
||||
cd ./GildedRose-Refactoring-Kata/php
|
||||
cd ./GildedRose-Refactoring-Kata
|
||||
composer install
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user