1 | <?php |
||
18 | class StashCommandTest extends TestCase |
||
19 | { |
||
20 | /** |
||
21 | * testSave |
||
22 | */ |
||
23 | public function testSave() |
||
29 | |||
30 | /** |
||
31 | * testList |
||
32 | */ |
||
33 | public function testList() |
||
39 | |||
40 | /** |
||
41 | * testShow |
||
42 | */ |
||
43 | public function testShow() |
||
48 | |||
49 | /** |
||
50 | * testDrop |
||
51 | */ |
||
52 | public function testDrop() |
||
57 | |||
58 | /** |
||
59 | * testApply |
||
60 | */ |
||
61 | public function testApply() |
||
67 | |||
68 | /** |
||
69 | * testPop |
||
70 | */ |
||
71 | public function testPop() |
||
77 | |||
78 | /** |
||
79 | * testBranch |
||
80 | */ |
||
81 | public function testBranch() |
||
86 | |||
87 | /** |
||
88 | * testClear |
||
89 | */ |
||
90 | public function testClear() |
||
95 | |||
96 | /** |
||
97 | * testCreate |
||
98 | */ |
||
99 | public function testCreate() |
||
104 | } |
||
105 |