Skip to content
Snippets Groups Projects
Commit 04aa029c authored by Bart Visscher's avatar Bart Visscher
Browse files

Disable loading apps before starting tests

The tests it self should load the app if needed
parent a7f26b6b
No related branches found
No related tags found
No related merge requests found
<?php
global $RUNTIME_NOAPPS;
$RUNTIME_NOAPPS = true;
require_once __DIR__.'/../lib/base.php';
if(!class_exists('PHPUnit_Framework_TestCase')) {
......
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