Sebastian Bergmann :phpunit: on Nostr: I would like to live in a world where I could just put if (PHP_OS_FAMILY === ...
I would like to live in a world where I could just put
if (PHP_OS_FAMILY === 'Windows') {
fwrite(STDERR, 'Your operating system is not supported');
exit(1);
}
into PHPUnit's bootstrap script ...
Published at
2023-09-07 07:50:23Event JSON
{
"id": "281bc6908fc5dd2d708ba59f6ff1d3cd646134b7e3287a973b972bc1ed293c3c",
"pubkey": "5cc7f4071280e49691720d6975bb2fdc506942a07cbdccf25aac23eef84a2f25",
"created_at": 1694073023,
"kind": 1,
"tags": [
[
"proxy",
"https://phpc.social/users/sebastian/statuses/111022769671815118",
"activitypub"
]
],
"content": "I would like to live in a world where I could just put\n\nif (PHP_OS_FAMILY === 'Windows') {\n fwrite(STDERR, 'Your operating system is not supported');\n\n exit(1);\n}\n\ninto PHPUnit's bootstrap script ...",
"sig": "25583137878682064dacf9f6964089bccbea618d8eaf528b28123893ab785650f09f649d6f1ace8f6d5b854293c686108ebe667cfd92befd11ed1b69e71387a4"
}