Skip to content
Snippets Groups Projects
Commit 58cc3000 authored by Thomas Müller's avatar Thomas Müller
Browse files

Prevent redefinition warning of PHPUNIT_RUN

parent 7e71d823
No related branches found
No related tags found
No related merge requests found
<?php
define('PHPUNIT_RUN', 1);
if (!defined('PHPUNIT_RUN')) {
define('PHPUNIT_RUN', 1);
}
require_once __DIR__.'/../../../../lib/base.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment