Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane authored Aug 20, 2024
1 parent a220e25 commit 78d40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ class HelloCommandTest extends CommandTestCase {
$this->assertEquals([
"Hello World!\n"
], $this->executeSingleCommand(new HelloWorldCommand()));
$this->assertEquals(0, $this->getgetExitCode());
$this->assertEquals(0, $this->getExitCode());
}
}

Expand Down

0 comments on commit 78d40a3

Please sign in to comment.