Fails a test with the given message.
AssertionFailedError
public static final function fail(string $message = '') : never { self::$count++; throw new AssertionFailedError($message); }