public function test_set_title()
 {
     // Exercise SUT.
     $this->testpage->set_title('a title');
     // Validated.
     $this->assertSame('a title', $this->testpage->title);
 }