We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c686a59 commit 6d14d6cCopy full SHA for 6d14d6c
tests/StringCalculatorTest.php
@@ -49,7 +49,7 @@ public function it_accepts_a_new_line_character_as_a_delimeter_too()
49
}
50
51
/** @test */
52
- public function negatice_numbers_are_not_allowed()
+ public function negative_numbers_are_not_allowed()
53
{
54
$this->expectException(InvalidArgumentException::class);
55
0 commit comments