@@ 10-25 (lines=16) @@ | ||
7 | * @since 2016/08/18 |
|
8 | * @version 0.7 |
|
9 | */ |
|
10 | trait FileWriterProvider |
|
11 | { |
|
12 | public function writeProvider() |
|
13 | { |
|
14 | return [ |
|
15 | ["/tmp/filewriter-test1.txt", "test"] |
|
16 | ]; |
|
17 | } |
|
18 | ||
19 | public function writeAppendProvider() |
|
20 | { |
|
21 | return [ |
|
22 | ["/tmp/filewriter-test2.txt", "test", "testtest"] |
|
23 | ]; |
|
24 | } |
|
25 | } |
|
26 |
@@ 10-25 (lines=16) @@ | ||
7 | * @since 2016/08/18 |
|
8 | * @version 0.7 |
|
9 | */ |
|
10 | trait FileWriterProvider |
|
11 | { |
|
12 | public function writeProvider() |
|
13 | { |
|
14 | return [ |
|
15 | ["/tmp/filewriter-test1.txt", "test"] |
|
16 | ]; |
|
17 | } |
|
18 | ||
19 | public function writeAppendProvider() |
|
20 | { |
|
21 | return [ |
|
22 | ["/tmp/filewriter-test2.txt", "test", "testtest"] |
|
23 | ]; |
|
24 | } |
|
25 | } |
|
26 |
@@ 10-25 (lines=16) @@ | ||
7 | * @since 2016/08/18 |
|
8 | * @version 0.7 |
|
9 | */ |
|
10 | trait FileWriterProvider |
|
11 | { |
|
12 | public function writeProvider() |
|
13 | { |
|
14 | return [ |
|
15 | ["/tmp/filewriter-test1.txt", "test"] |
|
16 | ]; |
|
17 | } |
|
18 | ||
19 | public function writeAppendProvider() |
|
20 | { |
|
21 | return [ |
|
22 | ["/tmp/filewriter-test2.txt", "test", "testtest"] |
|
23 | ]; |
|
24 | } |
|
25 | } |
|
26 |
@@ 10-25 (lines=16) @@ | ||
7 | * @since 2016/08/18 |
|
8 | * @version 0.7 |
|
9 | */ |
|
10 | trait FileWriterProvider |
|
11 | { |
|
12 | public function writeProvider() |
|
13 | { |
|
14 | return [ |
|
15 | ["/tmp/filewriter-test1.txt", "test"] |
|
16 | ]; |
|
17 | } |
|
18 | ||
19 | public function writeAppendProvider() |
|
20 | { |
|
21 | return [ |
|
22 | ["/tmp/filewriter-test2.txt", "test", "testtest"] |
|
23 | ]; |
|
24 | } |
|
25 | } |
|
26 |