質問編集履歴
3
ローカル環境記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -146,4 +146,5 @@
|
|
146
146
|
|
147
147
|
cakephp3.5
|
148
148
|
mysql
|
149
|
-
PHP 7.2.22
|
149
|
+
PHP 7.2.22
|
150
|
+
サーバー MAMP
|
2
参考リンク先修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -130,13 +130,13 @@
|
|
130
130
|
```
|
131
131
|
|
132
132
|
下記の記事などを参考にしています
|
133
|
-
・公式 https://book.cakephp.org/3/ja/development/testing.html#integration-testing
|
133
|
+
・公式 [https://book.cakephp.org/3/ja/development/testing.html#integration-testing](https://book.cakephp.org/3/ja/development/testing.html#integration-testing)
|
134
134
|
・コントローラー周りのテストについて
|
135
|
-
https://qiita.com/o0h/items/ea8d1b3604c37c3a8287
|
135
|
+
[https://qiita.com/o0h/items/ea8d1b3604c37c3a8287](https://qiita.com/o0h/items/ea8d1b3604c37c3a8287)
|
136
136
|
・各種アクションに関するテスト
|
137
|
-
https://pachicourse.com/archives/486
|
137
|
+
[https://pachicourse.com/archives/486](https://pachicourse.com/archives/486)
|
138
138
|
・テストの自動化について
|
139
|
-
https://insight.hiliberate.biz/?p=2313
|
139
|
+
[https://insight.hiliberate.biz/?p=2313](https://insight.hiliberate.biz/?p=2313)
|
140
140
|
|
141
141
|
ただ、そもそもどのようなレスポンスが返って来ればいいのかなど正直まだ把握しきれていません
|
142
142
|
テスト結果の読み方が間違っている・何か勘違いしていそうなどありましたらご指摘いただければと思います
|
1
参照資料
title
CHANGED
File without changes
|
body
CHANGED
@@ -129,6 +129,19 @@
|
|
129
129
|
・・・
|
130
130
|
```
|
131
131
|
|
132
|
+
下記の記事などを参考にしています
|
133
|
+
・公式 https://book.cakephp.org/3/ja/development/testing.html#integration-testing
|
134
|
+
・コントローラー周りのテストについて
|
135
|
+
https://qiita.com/o0h/items/ea8d1b3604c37c3a8287
|
136
|
+
・各種アクションに関するテスト
|
137
|
+
https://pachicourse.com/archives/486
|
138
|
+
・テストの自動化について
|
139
|
+
https://insight.hiliberate.biz/?p=2313
|
140
|
+
|
141
|
+
ただ、そもそもどのようなレスポンスが返って来ればいいのかなど正直まだ把握しきれていません
|
142
|
+
テスト結果の読み方が間違っている・何か勘違いしていそうなどありましたらご指摘いただければと思います
|
143
|
+
|
144
|
+
|
132
145
|
### 補足情報(FW/ツールのバージョンなど)
|
133
146
|
|
134
147
|
cakephp3.5
|