Ensures a themes template is overrideable based on the 'template' filename.
function testTemplateOverride() {
variable_set('theme_default', 'test_theme_twig');
$this
->drupalGet('theme-test/template-test');
$this
->assertText('Success: Template overridden.', t('Template overridden by defined \'template\' filename.'));
}