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.
Comments
Comment #2
jhodgdonThere'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 .
Comment #4
jhodgdonThis is more or less the patch from @mtodor... let's see if it works.
Comment #5
jhodgdonComment #7
jhodgdonThis 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.
Comment #8
jhodgdonNote: 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.
Comment #9
jhodgdonAdded new issue component for tests...