回答編集履歴
1
説明を補足
test
CHANGED
@@ -27,3 +27,25 @@
|
|
27
27
|
}
|
28
28
|
|
29
29
|
```
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
`testsetResult`の中で`$options`をセットします。
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
```
|
38
|
+
|
39
|
+
public function testsetResult()
|
40
|
+
|
41
|
+
{
|
42
|
+
|
43
|
+
...
|
44
|
+
|
45
|
+
$sample = new Sample_Model_Service_A($params, $ids, $data, $options);
|
46
|
+
|
47
|
+
...
|
48
|
+
|
49
|
+
}
|
50
|
+
|
51
|
+
```
|