It looks like the weekly test of this module is failing, and it has been noticed on a couple of other issues recently too. The job that is failing currently:
https://www.drupal.org/pift-ci-job/939261

Once this is fixed I think the error output will go away... Anyway, it currently says:

PHPunit Test failed to complete; Error: PHPUnit 6.5.8 by Sebastian Bergmann and contributors.

Testing Drupal\Tests\config_update\Unit\ConfigDifferTest
WWWWWWWWWW                                                        10 / 10 (100%)

Time: 159 ms, Memory: 4.00MB

There were 10 warnings:

1) Drupal\Tests\config_update\Unit\ConfigDifferTest::testSame with data set #0 (array('bar', 'a', 0, array(true, false)), array('bar', 'a', 0, array(true, false)), true)
Trying to configure method "t" which cannot be configured because it does not exist, has not been specified, is final, or is static

the other 9 warnings are the same.

CommentFileSizeAuthor
#4 2961886.patch617 bytesjhodgdon

Comments

jhodgdon created an issue. See original summary.

jhodgdon’s picture

There's a fix for this in the patch for the config diff test on #2959072-5: Normalization should not strip uuid on deeper configuration levels .

jhodgdon credited mtodor.

jhodgdon’s picture

StatusFileSize
new617 bytes

This is more or less the patch from @mtodor... let's see if it works.

jhodgdon’s picture

Status: Active » Needs review

  • jhodgdon committed b996a49 on 8.x-1.x
    Issue #2961886 by jhodgdon, mtodor: Unit test for Config Differ is...
jhodgdon’s picture

Status: Needs review » Fixed

This seems to have fixed the failing test. Actually I do not know how it was passing before. Anyway, I'll go ahead and commit this change.

jhodgdon’s picture

Note: the latest patch on #2959072: Normalization should not strip uuid on deeper configuration levels makes a small change to this, as it doesn't work in all circumstances with the changes in tests that this patch introduces.

jhodgdon’s picture

Component: Base module » Tests

Added new issue component for tests...

Status: Fixed » Closed (fixed)

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