$this->adminUser=$this->drupalCreateUser(array('create new books','create book content','edit own book content','add content to books','administer blocks','administer permissions','administer book outlines','node test view','administer content types','administer site configuration'));
$this->adminUser=$this->drupalCreateUser(array('create new books','create book content','edit any book content','delete any book content','add content to books','administer blocks','administer permissions','administer book outlines','node test view','administer content types','administer site configuration'));
$this->assertRaw(t('%title is part of a book outline, and has associated child pages. If you proceed with deletion, the child pages will be relocated automatically.',['%title'=>$this->book->label()]));