Skip to content

Commit 621379b

Browse files
Try making tests a bit less transient
1 parent cb18660 commit 621379b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/ApplicationTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,9 @@ public function testRenderExceptionLineBreaks()
894894
$this->assertStringMatchesFormatFile(self::$fixturesPath.'/application_renderexception_linebreaks.txt', $tester->getDisplay(true), '->renderException() keep multiple line breaks');
895895
}
896896

897+
/**
898+
* @group transient-on-windows
899+
*/
897900
public function testRenderAnonymousException()
898901
{
899902
$application = new Application();
@@ -917,6 +920,9 @@ public function testRenderAnonymousException()
917920
$this->assertStringContainsString('Dummy type "class@anonymous" is invalid.', $tester->getDisplay(true));
918921
}
919922

923+
/**
924+
* @group transient-on-windows
925+
*/
920926
public function testRenderExceptionStackTraceContainsRootException()
921927
{
922928
$application = new Application();

0 commit comments

Comments
 (0)