Oddbean new post about | logout

Notes by 5cc7f407 | export

 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 ...