1 | <?php |
||
19 | class StashCommandTest extends TestCase |
||
20 | { |
||
21 | /** |
||
22 | * testSave |
||
23 | */ |
||
24 | public function testSave(): void |
||
33 | |||
34 | /** |
||
35 | * testList |
||
36 | */ |
||
37 | public function testList(): void |
||
43 | |||
44 | /** |
||
45 | * testShow |
||
46 | */ |
||
47 | public function testShow(): void |
||
52 | |||
53 | /** |
||
54 | * testDrop |
||
55 | */ |
||
56 | public function testDrop(): void |
||
61 | |||
62 | /** |
||
63 | * testApply |
||
64 | */ |
||
65 | public function testApply(): void |
||
71 | |||
72 | /** |
||
73 | * testPop |
||
74 | */ |
||
75 | public function testPop(): void |
||
81 | |||
82 | /** |
||
83 | * testBranch |
||
84 | */ |
||
85 | public function testBranch(): void |
||
90 | |||
91 | /** |
||
92 | * testClear |
||
93 | */ |
||
94 | public function testClear(): void |
||
99 | |||
100 | /** |
||
101 | * testCreate |
||
102 | */ |
||
103 | public function testCreate(): void |
||
108 | } |
||
109 |