質問編集履歴

3

ローカル環境記載

2019/11/26 03:48

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -295,3 +295,5 @@
295
295
  mysql
296
296
 
297
297
  PHP 7.2.22
298
+
299
+ サーバー MAMP

2

参考リンク先修正

2019/11/26 03:48

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -262,19 +262,19 @@
262
262
 
263
263
  下記の記事などを参考にしています
264
264
 
265
- ・公式  https://book.cakephp.org/3/ja/development/testing.html#integration-testing
265
+ ・公式  [https://book.cakephp.org/3/ja/development/testing.html#integration-testing](https://book.cakephp.org/3/ja/development/testing.html#integration-testing)
266
266
 
267
267
   ・コントローラー周りのテストについて
268
268
 
269
- https://qiita.com/o0h/items/ea8d1b3604c37c3a8287
269
+ [https://qiita.com/o0h/items/ea8d1b3604c37c3a8287](https://qiita.com/o0h/items/ea8d1b3604c37c3a8287)
270
270
 
271
271
   ・各種アクションに関するテスト
272
272
 
273
- https://pachicourse.com/archives/486
273
+ [https://pachicourse.com/archives/486](https://pachicourse.com/archives/486)
274
274
 
275
275
   ・テストの自動化について
276
276
 
277
- https://insight.hiliberate.biz/?p=2313
277
+ [https://insight.hiliberate.biz/?p=2313](https://insight.hiliberate.biz/?p=2313)
278
278
 
279
279
 
280
280
 

1

参照資料

2019/11/26 03:17

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -260,6 +260,32 @@
260
260
 
261
261
 
262
262
 
263
+ 下記の記事などを参考にしています
264
+
265
+ ・公式  https://book.cakephp.org/3/ja/development/testing.html#integration-testing
266
+
267
+  ・コントローラー周りのテストについて
268
+
269
+ https://qiita.com/o0h/items/ea8d1b3604c37c3a8287
270
+
271
+  ・各種アクションに関するテスト
272
+
273
+ https://pachicourse.com/archives/486
274
+
275
+  ・テストの自動化について
276
+
277
+ https://insight.hiliberate.biz/?p=2313
278
+
279
+
280
+
281
+ ただ、そもそもどのようなレスポンスが返って来ればいいのかなど正直まだ把握しきれていません
282
+
283
+ テスト結果の読み方が間違っている・何か勘違いしていそうなどありましたらご指摘いただければと思います
284
+
285
+
286
+
287
+
288
+
263
289
  ### 補足情報(FW/ツールのバージョンなど)
264
290
 
265
291