~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to tests/Bootstrap.php

  • Committer: Dan Garner
  • Date: 2016-06-28 15:02:11 UTC
  • mto: This revision was merged to the branch mainline in revision 528.
  • Revision ID: git-v1:51031805c36c1d366fa330b2c2320d1927c57003
Fixes for upgrade steps

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
20
20
 */
21
21
 
22
 
error_reporting(E_ALL);
23
 
ini_set('display_errors', 1);
 
22
error_reporting(0);
 
23
ini_set('display_errors', 0);
24
24
 
25
25
define('XIBO', true);
26
26
define('PROJECT_ROOT', realpath(__DIR__ . '/..'));