質問編集履歴

1

情報追加

2017/04/05 04:08

投稿

lol
lol

スコア85

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,17 @@
7
7
 
8
8
 
9
9
  もしくは、コンバージョンによるテストはどのように行うべきかを教えてください。
10
+
11
+
12
+
13
+ if (preg_match("/^test/", $this->action)) {
14
+
15
+ このようなコードが100件ほど、置換され、
16
+
17
+ if (preg_match("/^test/", $this->request->action)) {
18
+
19
+ となりましたが、、、
20
+
21
+
22
+
23
+ 先生はテストしない根拠を出しなさいとのことです。