Skip to content

Commit

Permalink
Fixes unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Mar 2, 2023
1 parent 1ef931a commit 2ba6fcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/PlainTextRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public function testCanRender(): void
$this->assertTrue($renderer->canRender('text/plain'));
$this->assertTrue($renderer->canRender('text'));
$this->assertTrue($renderer->canRender('plain'));
$this->assertTrue($renderer->canRender('cli'));
$this->assertTrue($renderer->canRender('console'));
$this->assertFalse($renderer->canRender('text/html'));
}
}

0 comments on commit 2ba6fcd

Please sign in to comment.