Skip to content

Commit 4ab434f

Browse files
committed
Fix typo in test case (doe → die)
1 parent c11b52d commit 4ab434f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/general_functions/proc_nice_basic-win.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (PHP_SAPI != 'cli') {
1313
}
1414

1515
if (getenv('SKIP_SLOW_TESTS')) {
16-
doe('skip: Slow test');
16+
die('skip: Slow test');
1717
}
1818
?>
1919
--FILE--

0 commit comments

Comments
 (0)