Skip to content

Commit

Permalink
Testing: Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis committed Sep 7, 2023
1 parent f628407 commit c6c4b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/Unit/StringFormattingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class StringFormattingTest extends UnitTestCase {
* @expectedExceptionMessageRegExp /Failed to create a specification compliant string representation for '.+'\./
*/
public function testFailureOnInvalidInput() {
$this->expectException(InvalidArgumentException::class);
StringHelper::camelCase('^%!@#&');
}

Expand Down

0 comments on commit c6c4b62

Please sign in to comment.