Skip to content

Commit

Permalink
Sync secret-handshake (#766)
Browse files Browse the repository at this point in the history
[no important files changed]
  • Loading branch information
fejan-malek authored Jul 8, 2024
1 parent aa57a00 commit 108360d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions exercises/practice/secret-handshake/SecretHandshakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function setUp(): void
}

/**
* @testdox Wink for 1
* uuid: b8496fbd-6778-468c-8054-648d03c4bb23
*/
public function testWinkForOne(): void
Expand All @@ -25,6 +26,7 @@ public function testWinkForOne(): void
}

/**
* @testdox Double blink for 10
* uuid: 83ec6c58-81a9-4fd1-bfaf-0160514fc0e3
*/
public function testDoubleBlinkForTen(): void
Expand All @@ -33,6 +35,7 @@ public function testDoubleBlinkForTen(): void
}

/**
* @testdox close your eyes for 100
* uuid: 0e20e466-3519-4134-8082-5639d85fef71
*/
public function testCloseYourEyesForHundred(): void
Expand All @@ -41,6 +44,7 @@ public function testCloseYourEyesForHundred(): void
}

/**
* @testdox jump for 1000
* uuid: b339ddbb-88b7-4b7d-9b19-4134030d9ac0
*/
public function testJumpForThousand(): void
Expand All @@ -49,6 +53,7 @@ public function testJumpForThousand(): void
}

/**
* @testdox combine two actions
* uuid: 40499fb4-e60c-43d7-8b98-0de3ca44e0eb
*/
public function testCombineTwoActions(): void
Expand All @@ -57,6 +62,7 @@ public function testCombineTwoActions(): void
}

/**
* @testdox reverse two actions
* uuid: 9730cdd5-ef27-494b-afd3-5c91ad6c3d9d
*/
public function testReverseTwoActions(): void
Expand All @@ -65,6 +71,7 @@ public function testReverseTwoActions(): void
}

/**
* @testdox reversing one action gives the same action
* uuid: 0b828205-51ca-45cd-90d5-f2506013f25f
*/
public function testReversingOneActionGivesTheSameAction(): void
Expand All @@ -73,6 +80,7 @@ public function testReversingOneActionGivesTheSameAction(): void
}

/**
* @testdox reversing no actions still gives no actions
* uuid: 9949e2ac-6c9c-4330-b685-2089ab28b05f
*/
public function testReversingNoActionsStillGivesNoActions(): void
Expand All @@ -81,6 +89,7 @@ public function testReversingNoActionsStillGivesNoActions(): void
}

/**
* @testdox all possible actions
* uuid: 23fdca98-676b-4848-970d-cfed7be39f81
*/
public function testAllPossibleActions(): void
Expand All @@ -92,6 +101,7 @@ public function testAllPossibleActions(): void
}

/**
* @testdox reverse all possible actions
* uuid: ae8fe006-d910-4d6f-be00-54b7c3799e79
*/
public function testReverseAllPossibleActions(): void
Expand All @@ -103,6 +113,7 @@ public function testReverseAllPossibleActions(): void
}

/**
* @testdox do nothing for zero
* uuid: 3d36da37-b31f-4cdb-a396-d93a2ee1c4a5
*/
public function testDoNothingForZero(): void
Expand Down

0 comments on commit 108360d

Please sign in to comment.