質問編集履歴

2

ファイル定義を削除

2018/03/22 15:05

投稿

miKoTo0765
miKoTo0765

スコア35

test CHANGED
File without changes
test CHANGED
@@ -13,16 +13,6 @@
13
13
  class hogeComponent extends Component
14
14
 
15
15
  {
16
-
17
- // components ファイルの定義
18
-
19
- public $components = [
20
-
21
- 'hogehoge',
22
-
23
- ] ;
24
-
25
-
26
16
 
27
17
  /**
28
18
 

1

誤字の編集

2018/03/22 15:05

投稿

miKoTo0765
miKoTo0765

スコア35

test CHANGED
File without changes
test CHANGED
@@ -63,14 +63,6 @@
63
63
  use Cake\Http\Response;
64
64
 
65
65
  use Cake\TestSuite\IntegrationTestCase;
66
-
67
-
68
-
69
- /**
70
-
71
- * クライアント登録テストケース
72
-
73
- */
74
66
 
75
67
 
76
68