Test removing testing workaround from SerializationTrait
Open
requested to merge issue/drupal-3406024:3406024-dependencyserializationtrait-depends-on into 11.x
2 unresolved threads
Closes #3406024
Merge request reports
Activity
added 396 commits
-
8f2cb1c6...c51465dd - 394 commits from branch
project:11.x
- 1951f1e1 - Test removing testing workaround from SerializationTrait
- f0c13ac1 - Convert ViewsUiObject serialization to KTB
-
8f2cb1c6...c51465dd - 394 commits from branch
10 /** 11 * @group views_ui 12 */ 13 class ViewsUiObjectTest extends KernelTestBase { 14 15 /** 16 * Modules to enable. 17 * 18 * @var array 19 */ 20 protected static $modules = ['views', 'views_ui']; 21 22 /** 23 * Tests serialization of the ViewUI object. 24 */ 25 public function testSerialization() { changed this line in version 5 of the diff
1 <?php 2 added 182 commits
-
604e2e5b...d493af8c - 178 commits from branch
project:11.x
- 1e0a5102 - Test removing testing workaround from SerializationTrait
- a6f7aea7 - Convert ViewsUiObject serialization to KTB
- 6b8b861d - Update file ViewsUiObjectTest.php
- b4138448 - Update 2 files
Toggle commit list-
604e2e5b...d493af8c - 178 commits from branch
added 1 commit
- c301dbbb - DateTimeTest::testSleep from UnitTest to KernelTest
Please register or sign in to reply