Skip to content
Code-Schnipsel Gruppen Projekte
phpunit-bootstrap.php 202 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    if (!defined('QUIQQER_SYSTEM')) {
        define('QUIQQER_SYSTEM', true);
    }
    
    if (!defined('QUIQQER_AJAX')) {
        define('QUIQQER_AJAX', true);
    }
    
    require_once __DIR__ . '/../../../../bootstrap.php';