Skip to content

Commit cb5a4ed

Browse files
committed
Use --EXTENSIONS-- section for new test
1 parent 404bed1 commit cb5a4ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/shmop/tests/bug81407.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
--TEST--
22
Bug #81407 (shmop_open won't attach and causes php to crash)
3+
--EXTENSIONS--
4+
shmop
35
--SKIPIF--
46
<?php
57
if (PHP_OS_FAMILY !== "Windows") die("skip for Windows only");
6-
if (!extension_loaded("shmop")) die("skip shmop extension not available");
78
?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)