Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdd1002

Browse files
committed
Skip breaking test on windows
1 parent329b181 commitfdd1002

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,11 @@ public function testHitsCachedResponseWithMaxAgeDirective()
564564

565565
publicfunctiontestDegradationWhenCacheLocked()
566566
{
567+
// skip test on Windows, it breaks permissions
568+
if ('\\' ===DIRECTORY_SEPARATOR) {
569+
$this->markTestSkipped('This test cannot run on Windows.');
570+
}
571+
567572
$this->cacheConfig['stale_while_revalidate'] =10;
568573

569574
// The prescence of Last-Modified makes this cacheable (because Response::isValidateable() then).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp