Skip to content
Snippets Groups Projects

Test removing testing workaround from SerializationTrait

2 unresolved threads

Closes #3406024

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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() {
  • mondrake added 1 commit

    added 1 commit

    Compare with previous version

  • closed

  • reopened

  • spokje added 182 commits

    added 182 commits

    Compare with previous version

  • spokje added 1 commit

    added 1 commit

    • c301dbbb - DateTimeTest::testSleep from UnitTest to KernelTest

    Compare with previous version

  • Please register or sign in to reply
    Loading