run unit tests for apps as well

This commit is contained in:
Thomas Müller 2013-09-26 12:02:06 +02:00
parent 70dccd28ef
commit d1b5d65622
1 changed files with 1 additions and 1 deletions

View File

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