Beispiel #1
0
 public function testTitleReadFromFramesetPage()
 {
     $page = new MockSimplePage();
     $page->returnsByValue('getTitle', 'This page');
     $frameset = new SimpleFrameset($page);
     $this->assertEqual($frameset->getTitle(), 'This page');
 }