Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify committed Jul 1, 2024
1 parent abd24c3 commit da2fac1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,24 @@ define( 'GEOLONIA_GIS_DEFAULT_ZOOM', 16 );
define( 'GEOLONIA_GIS_DEFAULT_LAT', 34.86707002642607 );
define( 'GEOLONIA_GIS_DEFAULT_LNG', 138.32283481501884 );
```


## 開発者向け

### 環境のセットアップ

- 初回のみ以下のコマンドを実行して依存関係のインストールと、テスト用の WordPress のセットアップを行ってください。
- `svn``php` のインストールが必要です

```bash
composer install
bash bin/install-wp-tests.sh wordpress_test root '' localhost latest
```

### テストの実行

テストを実行するためには、以下のコマンドを実行してください。

```bash
composer test
```

0 comments on commit da2fac1

Please sign in to comment.