When/if automated tests for County Profiles are developed,
- For each chart / table, if any required data is missing, an exception should be thrown
- Tests should check every output method (chart, table, spreadsheet), for each segment, for each county and ensure that no exceptions are thrown
But since this would need to use the live database instead of a test database with fixtures, this set of tests might be more appropriate for a "check data completeness" shell script instead of PHPUnit tests.
When/if automated tests for County Profiles are developed,
But since this would need to use the live database instead of a test database with fixtures, this set of tests might be more appropriate for a "check data completeness" shell script instead of PHPUnit tests.