Skip to content

Commit

Permalink
Merge branch '4.4' into 5.3
Browse files Browse the repository at this point in the history
* 4.4:
  Try making tests a bit less transient
  • Loading branch information
nicolas-grekas committed Dec 15, 2021
2 parents 840cc01 + 621379b commit 402db09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/ApplicationTest.php
Expand Up @@ -883,6 +883,9 @@ public function testRenderExceptionLineBreaks()
$this->assertStringMatchesFormatFile(self::$fixturesPath.'/application_renderexception_linebreaks.txt', $tester->getDisplay(true), '->renderException() keep multiple line breaks');
}

/**
* @group transient-on-windows
*/
public function testRenderAnonymousException()
{
$application = new Application();
Expand All @@ -906,6 +909,9 @@ public function testRenderAnonymousException()
$this->assertStringContainsString('Dummy type "class@anonymous" is invalid.', $tester->getDisplay(true));
}

/**
* @group transient-on-windows
*/
public function testRenderExceptionStackTraceContainsRootException()
{
$application = new Application();
Expand Down

0 comments on commit 402db09

Please sign in to comment.