Browse Source

Remove $RUNTIME_NOAPPS - setting to false was not enough

remotes/origin/stable6
Thomas Müller 12 years ago
parent
commit
f8933eaf92
  1. 2
      tests/bootstrap.php

2
tests/bootstrap.php

@ -1,7 +1,5 @@
<?php
global $RUNTIME_NOAPPS;
$RUNTIME_NOAPPS = false;
define('PHPUNIT_RUN', 1);

Loading…
Cancel
Save