質問編集履歴

1

修正

2018/06/04 01:54

投稿

K.T_build
K.T_build

スコア29

test CHANGED
File without changes
test CHANGED
@@ -34,6 +34,10 @@
34
34
 
35
35
  ```Console
36
36
 
37
+ 【シェルの起動】
38
+
39
+
40
+
37
41
  # php app/Console/cake.php testShell main 0
38
42
 
39
43
 
@@ -60,6 +64,8 @@
60
64
 
61
65
  ```php
62
66
 
67
+ 【①testShell】
68
+
63
69
  App::uses('AppController', 'Controller');
64
70
 
65
71
  App::uses('hogeController', 'Controller');