neos / redirecthandler

The Neos.RedirectHandler package for Flow
MIT License
4 stars 15 forks source link

Rewrite and fix php unit and functional tests #27

Closed Sebobo closed 5 years ago

Sebobo commented 5 years ago

They shouldn't have a hard dependency on the RedirectRepository but should instead use the StorageInterface. This way they can also be tested with future storage variants.

Sebobo commented 5 years ago

Fixed in https://github.com/neos/redirecthandler/pull/31

Sebobo commented 5 years ago

Still needs to be adapted for Neos Flow 6 in master