php-src/ext/com_dotnet
Lukas Berger 7f9b534e3a 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
2020-03-26 23:14:10 +01:00
..
tests Add missing 'skip' to bug79332.phpt skip message 2020-03-26 23:14:10 +01:00
com_com.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
com_dotnet.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
com_extension.c Fix #79242: COM error constants don't match com_exception codes 2020-02-07 18:04:14 +01:00
com_handlers.c Merge branch 'PHP-7.2' into PHP-7.3 2019-10-19 11:49:18 +02:00
com_iterator.c Fix #79248: Traversing empty VT_ARRAY throws com_exception 2020-02-08 17:05:29 +01:00
com_misc.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
com_olechar.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
com_persist.c Fix #79332: php_istreams are never freed 2020-03-02 10:45:37 +01:00
com_saproxy.c Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
com_typeinfo.c Fix #79333: com_print_typeinfo() leaks memory 2020-03-02 11:36:30 +01:00
com_variant.c Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
com_wrapper.c Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_com_dotnet_internal.h Use zend_empty_array 2018-11-26 15:33:58 +01:00
php_com_dotnet.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00