Browse Source

run unit tests for apps as well

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

2
tests/bootstrap.php

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

Loading…
Cancel
Save