public function test_set_docs_path()
 {
     // Exercise SUT.
     $this->testpage->set_docs_path('a/file/path');
     // Validated.
     $this->assertSame('a/file/path', $this->testpage->docspath);
 }