PHP Fatal error: Cannot access empty property in /home/sfprojects/jobeet/test/functional/frontend/jobActionsTest.php on line 24[/code]
On line 24, I have the following statement, which I copied from the "Only n jobs are listed for a category" section:
- Code: Select all
$max = sfConfig::get('app_max_jobs_on_homepage');
I've checked /apps/frontend/config/app.yml, and it contains, among other things:
- Code: Select all
max_jobs_on_homepage: 10
Can someone help me figure out what's going wrong with reading this setting from within my jobActionsTest.php file?
