Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2016 at 10:13 UTC
Updated:
12 Apr 2016 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
berdirComment #3
berdirMoved the config tests out of the config module.
Comment #4
berdirAnd addressing #52.2 from the other issue.
Comment #8
berdirThis should fix the test fail.
Comment #9
berdirRerolled. Still applied with git apply -3.
Comment #10
dawehnerIf we change these lines we could use
assertContainsdirectlyComment #11
berdirSure. Updated all in that test. Certainly results in much better fail output.
Comment #12
amateescu commentedLooks pretty straightforward to me. Just a couple of comments over 80 chars that can be fixed on commit :)
Here.
And here.
Comment #13
alexpottI think this exist because we used to case booleans to '0' and '1' - a long time ago - all config was cast to strings. I think we should file a follow up to fix this test to always use assertSame and fix the confusing documentation.
We should file a followup to fix this test to not mention
system_config_schema_info_alter()and update the documentation about themes because it is confusing (I probably wrote it).This is neat - we can use classes from modules that are not installed :)
How this is a removed - pointlessness?
Comment #14
berdir1. #2695221: Remove ConfigFileContentTest and spread its ashes over ConfigCRUDTest and ConfigStorageTestBase
2. #2695223: Fix tests using \Drupal\config_test\TestInstallStorage to only test core configuration
3. Fixed.
4. As discussed, explained in #2456477-48: Convert deprecated \Drupal\simpletest\KernelTestBase tests to KernelTestBaseNG (point 9)
Comment #15
alexpottCommitted 76cf6e2 and pushed to 8.1.x and 8.2.x. Thanks!
Fixed on unused use on commit and stuff from #12
Comment #17
alexpott