Adding support for module shared model. If a module admin exists and there is a file...
[akelos.git] / config / environments / testing.php
blob5543e7ba57a0302575bb643fe8c7027b9d95c111
1 <?php
3 // Define constants that are used only on a testing environment
4 // See file boot.php for more info
6 @ini_set('display_errors', 1);
7 @ini_set('memory_limit', -1);
9 $GLOBALS['ak_test_db_dns'] = isset($dsn) ? $dsn : $testing_database;