@@ -43,6 +43,7 @@ public function testDeploy()
4343 }
4444 }
4545
46+ #[Depends('testDeploy ' )]
4647 public function testDeploySelectHosts ()
4748 {
4849 $ this ->init (self ::RECIPE );
@@ -54,6 +55,7 @@ public function testDeploySelectHosts()
5455 self ::assertEquals (0 , $ this ->tester ->getStatusCode (), $ this ->tester ->getDisplay ());
5556 }
5657
58+ #[Depends('testDeploySelectHosts ' )]
5759 public function testKeepReleases ()
5860 {
5961 for ($ i = 0 ; $ i < 3 ; $ i ++) {
@@ -92,6 +94,7 @@ public function testRollback()
9294 }
9395 }
9496
97+ #[Depends('testRollback ' )]
9598 public function testFail ()
9699 {
97100 $ this ->depFile (self ::RECIPE , 'deploy:fail ' );
@@ -120,6 +123,7 @@ public function testCleanup()
120123 }
121124 }
122125
126+ #[Depends('testCleanup ' )]
123127 public function testIsUnlockedExitsWithOneWhenDeployIsLocked ()
124128 {
125129 $ this ->depFile (self ::RECIPE , 'deploy:lock ' );
@@ -130,6 +134,7 @@ public function testIsUnlockedExitsWithOneWhenDeployIsLocked()
130134 self ::assertSame (1 , $ this ->tester ->getStatusCode ());
131135 }
132136
137+ #[Depends('testIsUnlockedExitsWithOneWhenDeployIsLocked ' )]
133138 public function testIsUnlockedExitsWithZeroWhenDeployIsNotLocked ()
134139 {
135140 $ this ->depFile (self ::RECIPE , 'deploy:unlock ' );
0 commit comments