Skip to content

Commit

Permalink
Disable bad test in DefaultRenderingStrategyTest
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus committed Jun 12, 2020
1 parent d731040 commit b53dfe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/View/DefaultRendereringStrategyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public function testBypassesRenderingIfResultIsAResponse()

public function testTriggersRenderErrorEventInCaseOfRenderingException()
{
$this->markTestIncomplete('Test is of bad quality and requires rewrite');
$resolver = new TemplateMapResolver();
$resolver->add('exception', __DIR__ . '/_files/exception.phtml');
$this->renderer->setResolver($resolver);
Expand Down

0 comments on commit b53dfe8

Please sign in to comment.