summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/tests/bug73679.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/com_dotnet/tests/bug73679.phpt')
-rw-r--r--ext/com_dotnet/tests/bug73679.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/com_dotnet/tests/bug73679.phpt b/ext/com_dotnet/tests/bug73679.phpt
index 235fd3e33e..9815cdcaac 100644
--- a/ext/com_dotnet/tests/bug73679.phpt
+++ b/ext/com_dotnet/tests/bug73679.phpt
@@ -1,8 +1,9 @@
--TEST--
Bug #73679 DOTNET read access violation using invalid codepage
+--EXTENSIONS--
+com_dotnet
--SKIPIF--
<?php
-if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present";
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
?>
--FILE--