Skip to content

Commit

Permalink
Improve public API
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 23, 2024
1 parent a3c9fea commit 01e8143
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions JavaScriptConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ public function it_will_fails_with_a_negative_indent_size(): void
JavaScriptConverter::new()->indentSize(-1);
}

#[Test]
public function it_will_fails_converting_a_non_backed_enum(): void
{
$actual = JavaScriptConverter::new()->convertToObject(HttpMethod::class);
}

#[Test]
public function it_will_fails_converting_a_non_enum(): void
{
Expand Down

0 comments on commit 01e8143

Please sign in to comment.