Skip to content

Commit

Permalink
Merge pull request #6 from spiral-packages/hotfix/cli-errors
Browse files Browse the repository at this point in the history
Fixes unit tests
  • Loading branch information
butschster committed Mar 2, 2023
2 parents b9fa19b + 2ba6fcd commit afd3bcd
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 afd3bcd

Please sign in to comment.