From 7e59769b1fb34335401033cac11e49ba95692c6c Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sat, 14 Jun 2025 15:00:49 +0200 Subject: [PATCH] Move pipe test with opcache dump to ext/opcache This test breaks under file cache (because the opcodes are not dumped when ran with a primed cache). run-tests.php --file-cache-* automatically skips all ext/opcache tests, so move it there. --- .../opcache/tests/pipe_optimizations.phpt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Zend/tests/pipe_operator/optimizations.phpt => ext/opcache/tests/pipe_optimizations.phpt (100%) diff --git a/Zend/tests/pipe_operator/optimizations.phpt b/ext/opcache/tests/pipe_optimizations.phpt similarity index 100% rename from Zend/tests/pipe_operator/optimizations.phpt rename to ext/opcache/tests/pipe_optimizations.phpt