Skip to content

Commit

Permalink
Update exercises/practice/bob/BobTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: mk-mxp <[email protected]>
  • Loading branch information
tomasnorre and mk-mxp authored Sep 24, 2024
1 parent 3774d63 commit 7ddf88d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/practice/bob/BobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ public function testUsingAcronymsInRegularSpeech(): void
public function testForcefulQuestion(): void
{
$this->assertEquals(
"Calm down, I know what I'm doing!",
$this->bob->respondTo("WHAT'S GOING ON?")
);
"Calm down, I know what I'm doing!",
$this->bob->respondTo("WHAT THE HELL WERE YOU THINKING?")
);
Expand Down

0 comments on commit 7ddf88d

Please sign in to comment.