Skip to content

Commit

Permalink
test: guard for typed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi authored and realFlowControl committed Dec 22, 2023
1 parent 795e300 commit b67cd68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiling/tests/phpt/allocation_bind_static_01.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ TODO: note that this probably will not fail, because we have to take a sample
at exactly the right time, and currently we don't have a way to force this.
--SKIPIF--
<?php
if (PHP_VERSION_ID < 70400)
echo "skip: test requires typed properties", PHP_EOL;
if (!extension_loaded('datadog-profiling'))
echo "skip: test requires datadog-profiling", PHP_EOL;
?>
Expand Down

0 comments on commit b67cd68

Please sign in to comment.