Skip to content

Commit

Permalink
Use --EXTENSIONS-- section for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Sep 2, 2021
1 parent 404bed1 commit cb5a4ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/shmop/tests/bug81407.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
--TEST--
Bug #81407 (shmop_open won't attach and causes php to crash)
--EXTENSIONS--
shmop
--SKIPIF--
<?php
if (PHP_OS_FAMILY !== "Windows") die("skip for Windows only");
if (!extension_loaded("shmop")) die("skip shmop extension not available");
?>
--FILE--
<?php
Expand Down

0 comments on commit cb5a4ed

Please sign in to comment.