url('https://www.google.com'); // Test that it was successful by checking the document title $pageTitle = $this->title(); $this->assertEquals($pageTitle, 'Google'); } } ?>