Skip to content

Commit ae16627

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: update constraint [FrameworkBundle] fixes #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions return null when message with name is not set use local PHP web server to test HTTP stream wrappers [Translation] Silence error when intl not loaded Bump Symfony version to 7.0.7 Update VERSION for 7.0.6 Update CHANGELOG for 7.0.6 Bump Symfony version to 6.4.7 Update VERSION for 6.4.6 Update CHANGELOG for 6.4.6 Bump Symfony version to 5.4.39 Update VERSION for 5.4.38 Update CONTRIBUTORS for 5.4.38 Update CHANGELOG for 5.4.38
2 parents 1dace41 + 2799d9a commit ae16627

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tests/Helper/ProgressBarTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@ public function testMultiLineFormatIsFullyCorrectlyWithManuallyCleanup()
12811281
stream_get_contents($output->getStream())
12821282
);
12831283
}
1284+
1285+
public function testGetNotSetMessage()
1286+
{
1287+
$progressBar = new ProgressBar($this->getOutputStream());
1288+
1289+
$this->assertNull($progressBar->getMessage());
1290+
}
12841291
}

0 commit comments

Comments
 (0)