Marginal refactoring in AR->_findEvery().
[akelos.git] / config / environments / testing.php
blobbfa491b7020db1ca9f77a17f155901ff1ee2cd4e
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 ?>