From 7f9b534e3a3c8129b7ddcb86454483c43a309387 Mon Sep 17 00:00:00 2001 From: Lukas Berger Date: Thu, 26 Mar 2020 10:39:39 -0700 Subject: [PATCH] Add missing 'skip' to bug79332.phpt skip message The skip message must start with the word 'skip', otherwise the test will not be skipped. *Before:* Running selected tests. TEST 1/1 [ext/com_dotnet/tests/bug79332.phpt] ========DIFF======== 001+ Fatal error: Uncaught Error: Class 'COMPersistHelper' not found in /srv/php/ext/com_dotnet/tests/bug79332.php:2 001- A com_exception has been thrown 002+ Stack trace: 003+ #0 {main} 004+ thrown in /srv/php/ext/com_dotnet/tests/bug79332.php on line 2 ========DONE======== FAIL Bug #79332 (php_istreams are never freed) [ext/com_dotnet/tests/bug79332.phpt] *After:* Running selected tests. SKIP Bug #79332 (php_istreams are never freed) [ext/com_dotnet/tests/bug79332.phpt] reason: com_dotnet extension not available --- ext/com_dotnet/tests/bug79332.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/com_dotnet/tests/bug79332.phpt b/ext/com_dotnet/tests/bug79332.phpt index 45856b5488..93add95d15 100644 --- a/ext/com_dotnet/tests/bug79332.phpt +++ b/ext/com_dotnet/tests/bug79332.phpt @@ -2,7 +2,7 @@ Bug #79332 (php_istreams are never freed) --SKIPIF-- --FILE--