Found a wrong assertion in core/modules/node/src/Tests/Views/BulkFormTest.php
We should be asserting for isSticky(), but isPublished() called instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2598620-2.patch | 789 bytes | penyaskito |
Found a wrong assertion in core/modules/node/src/Tests/Views/BulkFormTest.php
We should be asserting for isSticky(), but isPublished() called instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2598620-2.patch | 789 bytes | penyaskito |
Comments
Comment #2
penyaskitoSimple patch.
Comment #3
longwaveComment #5
xjmAs a test-only fix, this patch is rc eligible. Reference: https://www.drupal.org/core/d8-allowed-changes#rc
Committed and pushed to 8.0.x. Thanks!