Loading ersv.info.yml +1 −1 Original line number Diff line number Diff line name: EntityReference Separate Selection and Validation description: Provides an EntityReference selection plugin that allows to separate selection and validation. type: module core_version_requirement: ^8.7.7 || ^9 core_version_requirement: ^8.7.7 || ^9 || ^10 dependencies: - ajax_dependency:ajax_dependency tests/src/Functional/AdminPageTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
ersv.info.yml +1 −1 Original line number Diff line number Diff line name: EntityReference Separate Selection and Validation description: Provides an EntityReference selection plugin that allows to separate selection and validation. type: module core_version_requirement: ^8.7.7 || ^9 core_version_requirement: ^8.7.7 || ^9 || ^10 dependencies: - ajax_dependency:ajax_dependency
tests/src/Functional/AdminPageTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading