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
No related merge requests found
......@@ -487,7 +487,7 @@ function testBookNodeTypeChange() {
*/
public function testBookOrdering() {
// Create new book.
$nodes = $this->createBook();
$this->createBook();
$book = $this->book;
$this->drupalLogin($this->admin_user);
......
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