Go to file
2020-02-16 09:04:19 +00:00
src add link crawler 2020-02-16 09:04:19 +00:00
.gitignore initial 2019-09-18 09:58:46 +01:00
composer.json add link crawler 2020-02-16 09:04:19 +00:00
composer.lock Revert "update deps" 2019-09-19 09:33:25 +01:00
phpunit.xml get browser args fropm config 2019-09-22 08:55:21 +01:00
README.md Update 'README.md' 2019-09-22 09:06:27 +01:00

The base (abstract) classes for my PHPUnit testing scripts.


BrowserTest.php

Set up the Selenium test using args from environment Take a screenshot on failed test


DomainRedirectTest.php

This will test all combinations of http/https/www/trailing slash, checking that they all redirect to the same destination URL.


UrlRedirectTest.php

This will check (using curl) that the source URL redirects to the destination URL