An open API service indexing awesome lists of open source software.

https://github.com/ttskch/nagoyaphp14


https://github.com/ttskch/nagoyaphp14

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# nagoyaphp14

## 雛形

### 1. インストール

```bash
$ git clone git@github.com:ttskch/nagoyaphp14.git
$ cd nagoyaphp14
$ composer install
```

### 2. 実装

[Nagoyaphp\Dokaku14\Dokaku14::run()](/src/Dokaku14.php#L9) を適切に実装する。

### 3. テスト

```bash
$ composer test
```

[Nagoyaphp\Dokaku14\Dokaku14Test::test()](/tests/Dokaku14Test.php#L24) のテストが全てパスすればOK。

## 回答例

### 参考

https://speakerdeck.com/ttskch/jin-ri-false-toushu-ku-wen-ti-falsearukorisumuli

### 例1

https://github.com/ttskch/nagoyaphp14/tree/impl1

```
$ git clone git@github.com:ttskch/nagoyaphp14.git
$ cd nagoyaphp14
$ git checkout impl1
$ composer install
$ composer test
```

### 例2

https://github.com/ttskch/nagoyaphp14/tree/impl2

```
$ git clone git@github.com:ttskch/nagoyaphp14.git
$ cd nagoyaphp14
$ git checkout impl2
$ composer install
$ composer test
```