From 3656a84c3909c93a8cad5df01daf9c057b2e6ee9 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 7 Nov 2024 13:53:20 +0100 Subject: [PATCH] Skip file_put_contents_variation7.phpt on Windows While the test obviously succeeds on Windows, it may occasionally conflict with file_put_contents_variation7-win32.phpt[1], so we skip it like we do for many other of these tests which have win32 pendants. [1] Closes GH-16722. --- ext/standard/tests/file/file_put_contents_variation7.phpt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/standard/tests/file/file_put_contents_variation7.phpt b/ext/standard/tests/file/file_put_contents_variation7.phpt index 6e380dc4f65..b62a85d1436 100644 --- a/ext/standard/tests/file/file_put_contents_variation7.phpt +++ b/ext/standard/tests/file/file_put_contents_variation7.phpt @@ -2,6 +2,11 @@ Test file_put_contents() function : usage variation - various absolute and relative paths --CREDITS-- Dave Kelsey +--SKIPIF-- + --FILE--