commit c2e5ed18d2b82d227d7bc9e970fdd999dcd1e362 Author: Stefan Topfstedt Date: Fri Apr 12 23:37:23 2013 -0400 1898458-new_changes diff --git a/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php b/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php index 4e460ff..2e84924 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php @@ -108,4 +108,5 @@ function testTwigCacheOverride() { $new_cache_filename = drupal_container()->get('twig')->getCacheFilename($template_filename); $this->assertFalse($new_cache_filename, 'Twig environment does not return cache filename after caching is disabled.'); } + } diff --git a/core/modules/system/tests/modules/theme_test/templates/theme-test-foo.html.twig b/core/modules/system/tests/modules/theme_test/templates/theme-test-foo.html.twig index 6691ce5..c4e8f72 100644 --- a/core/modules/system/tests/modules/theme_test/templates/theme-test-foo.html.twig +++ b/core/modules/system/tests/modules/theme_test/templates/theme-test-foo.html.twig @@ -1,7 +1,7 @@ {# /** * @file - * Default theme implementation for the 'theme_test' theme hook. + * Default theme implementation for the 'theme_test_foo' theme hook. * * Available variables: * - foo: Dummy text to display. diff --git a/core/modules/system/tests/modules/theme_test/templates/theme-test.html.twig b/core/modules/system/tests/modules/theme_test/templates/theme-test.html.twig index 08f5226..c5c9b8d 100644 --- a/core/modules/system/tests/modules/theme_test/templates/theme-test.html.twig +++ b/core/modules/system/tests/modules/theme_test/templates/theme-test.html.twig @@ -1,7 +1,7 @@ {# /** * @file - * Default theme implementation for the 'theme_test_foo' theme hook. + * Default theme implementation for the 'theme_test' theme hook. * * Available variables: * - foo: Dummy text to display.