SilverStripe\ExternalLinks\Tests\Stubs\ExternalLinksTestPage: # Tests mix of broken and working external links page1: Title: 'Page 1' Content: >

Links

This is a working site

Other Links

but this isn't ExpectedContent: >

Links

This is a working site

Other Links

but this isn't # Tests broken external link staying broken page2: Title: 'Page 2' Content: >

Still Broken

ExpectedContent: >

Still Broken

# Tests internal broken links not marking a page as broken page3: Title: 'Page 3' Content: >

Links

Home page Broken internal page This is a working site ExpectedContent: >

Links

Home page Broken internal page This is a working site # Tests httpcode = 0 page4: Title: 'Page 4' Content: > This shouldn't even have a HTTP response Another Link

Copied from another page

ExpectedContent: > This shouldn't even have a HTTP response Another Link

Copied from another page

# Test page with no broken links page5: Title: 'Page 5' Content: > Internal Link Another Link This is a working site ExpectedContent: > Internal Link Another Link This is a working site