You are here

phpstan-bootstrap.php in Nagios Monitoring 8

Same filename and directory in other branches
  1. 7 tests/phpstan-bootstrap.php

File

tests/phpstan-bootstrap.php
View source
<?php

define('NAGIOS_STATUS_OK', 0);
define('NAGIOS_STATUS_WARNING', 1);
define('NAGIOS_STATUS_CRITICAL', 2);
define('NAGIOS_STATUS_UNKNOWN', 3);