Skip to content
Snippets Groups Projects
Commit 3930c422 authored by Dinesh Kumar Bollu's avatar Dinesh Kumar Bollu Committed by Merlin Axel Rutz
Browse files

Issue #3287548 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent 747cdcea
No related branches found
No related tags found
1 merge request!1D10 compatible issues
name: "Field Clone"
type: module
description: "Example usage: node/add/page?fieldclone=node:17:field_common|node:23:field_source:field_target"
core_version_requirement: ^8.7.7 || ^9
core_version_requirement: ^8.7.7 || ^9 || ^10
package: clever-systems.net
configure: fieldclone.information
dependencies:
......
......@@ -33,7 +33,7 @@ class AdminPageTest extends BrowserTestBase {
public function testAdminPage() {
$this->drupalLogin($this->rootUser);
$this->drupalGet('admin');
$this->assertResponse(200);
$this->assertSession()->statusCodeEquals(200);
// Ensure that the test is not marked as risky because of no assertions.
// see https://gitlab.com/weitzman/drupal-test-traits/-/commit/82bf5059908f9073b3468cb7313960da72176d9a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment