Skip to content

Commit

Permalink
Coding standards fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Aug 14, 2023
1 parent 73fabb3 commit a6b1b2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/localgov_content_lock/localgov_content_lock.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Customises the Content Lock module for use with LocalGov Drupal
package: LocalGov Drupal
core_version_requirement: ^9 || ^10
dependencies:
- content_lock
- content_lock_timeout
- content_lock:content_lock
- content_lock:content_lock_timeout
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ localgov_content_lock.locked_content:
parent_id: system.admin_content
route_name: view.locked_content.page_1
weight: 100

Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ public function testContentLockConfiguration() {
$this->drupalGet('/admin/content/locked-content');
$this->assertSession()->pageTextContains($title);
}
}

}

0 comments on commit a6b1b2b

Please sign in to comment.