This will reduce the number of fails (somewhat..)

+++ b/core/modules/taxonom...

Contribution Date
Technology
Contribution Project
Contribution Details

This will reduce the number of fails (somewhat..)

  1. +++ b/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php @@ -43,6 +59,27 @@ public function testViewsHandlerAllTermsField() { + $this->drupalGet('test_page_display_200');

    This was returning 404

  2. +++ b/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php @@ -22,7 +22,23 @@ class TaxonomyFieldAllTermsTest extends TaxonomyTestBase { + public static $testViews = array('taxonomy_all_terms_test', 'test_page_display');

    So I added `test_page_display`

+++ b/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php @@ -43,6 +59,27 @@ public function testViewsHandlerAllTermsField() { + // @todo Fix this. + $this->testViewsHandlerAllTermsField();

Can you please explain why `@todo` here. Everything starting with `test` itself is a test and is executed by the system. Why are you executing them explicitly.

Contribution Author
Files count
0
Patches count
0