The tests are currently failing on the 8.x-1.x branch, resolve these so that everything can be happy with the world.

Comments

DamienMcKenna created an issue. See original summary.

kswamy’s picture

Hi,
Any update on these tests. We need this module for D8

codebymikey’s picture

Status: Active » Needs review
StatusFileSize
new31.75 KB

Hi @DamienMcKenna,

I've updated the admin settings code so that it'll pass the functional tests.

The main reason the test was failing was because the #default_value of the enabled_content_types form element was NULL rather than an array due to the lack of a default config installation value.

I've cleaned up most of the admin settings related code and made the admin settings tests more extensive.

Can you review and let me know what you think about the code changes.

Also, is there any reason we don't support the string_long field type?

codebymikey’s picture

The new test introduces a test only dependency on paragraphs in order to test its integration with it.

Would it be possible to commit the test_dependencies property to the upstream code so that the testbot can pick it up?

damienmckenna’s picture

damienmckenna’s picture

StatusFileSize
new46.62 KB

I committed the test_dependency change, this is a reroll of the patch (and fixes the file permissions).

damienmckenna’s picture

StatusFileSize
new31.53 KB
new817 bytes

This fixes a problem with the test trait.

damienmckenna’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.