Skip to content
Snippets Groups Projects
Commit 08936c10 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2080421 by mrsinguyen: Remove Unused local variable from...

Issue #2080421 by mrsinguyen: Remove Unused local variable  from /core/modules/book/lib/Drupal/book/Tests/BookTest.php.
parent 910165f2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -487,7 +487,7 @@ function testBookNodeTypeChange() { ...@@ -487,7 +487,7 @@ function testBookNodeTypeChange() {
*/ */
public function testBookOrdering() { public function testBookOrdering() {
// Create new book. // Create new book.
$nodes = $this->createBook(); $this->createBook();
$book = $this->book; $book = $this->book;
$this->drupalLogin($this->admin_user); $this->drupalLogin($this->admin_user);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment