7 calls to TwigDeprecationsTest::assertRendered()
- TwigDeprecationsTest::testAssignedVariableDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of variables assigned inside template triggers no error.
- TwigDeprecationsTest::testEmptyDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of empty variable triggers error.
- TwigDeprecationsTest::testMultipleDeprecations in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of multiple variables triggers errors.
- TwigDeprecationsTest::testParentVariableDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of variables in parent does not leak to child.
- TwigDeprecationsTest::testSingleDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of single variable triggers error.
- TwigDeprecationsTest::testThemeTestDeprecations in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test theme_test_deprecations_preprocess renders without deprecations.
- TwigDeprecationsTest::testUndefinedDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of undefined variable triggers no error.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.