kenjis / ci-app-for-ci-phpunit-test

CodeIgniter Test Application for ci-phpunit-test
31 stars 20 forks source link

assertRedirect does not work with external redirects #4

Closed hoersten closed 8 years ago

hoersten commented 8 years ago

This is in conjunction with pull request #104 on ci-phpunit-test.

A controller with redirect('http://www.example.com') fails assertRedirect('http://www.example.com'), it's expecting something along the lines of http://localhost:8000/http://www.example.com.