silverstripe-framework/tests/php
Ingo Schommer 60a3c8754a Simplify SecurityTest redirect assertion
It causes inexplicable failures in the installer test,
while it's passing running in framework standalone.
This might be related to the cms module being present (with framework tests executed).

Either way, testing that FunctionalTest can follow a redirect
and correctly display the "/" homepage isn't really the point of this test. It should limit its assertion to the presence of a redirect.

See https://travis-ci.org/silverstripe/silverstripe-installer/jobs/246703789
2017-06-27 09:23:37 +12:00
..
Control API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
Core NEW restored Extension::__construct() 2017-06-26 17:34:43 +12:00
Dev Fix DeprecationTest 2017-06-23 10:22:26 +12:00
Forms Fix merge error 2017-06-23 09:27:46 +12:00
i18n API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
Logging API Rename services to match FQN of interface / classes 2017-05-16 14:15:49 +12:00
ORM API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
Security Simplify SecurityTest redirect assertion 2017-06-27 09:23:37 +12:00
View API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00