09.03
php
saved
Jippi
Note
1.2 router test failing
1.2 router test failing
- function testPrefixUser() {
- $this->router->reload();
- // Frontpage
- // Static pages
- // TestSuite
- // Protected area
- $this->router->connect('/protected/:controller/:action/*', array('controller' => 'users', 'action' => 'index', 'prefix' => 'protected'));
- // User link
- ));
- $expected = '/~Jippi/users/view';
- $this->assertEqual($result, $expected);
- // See http://new.guu.dk/~Jippi
- }
Parsed in 0.155 seconds, using GeSHi 1.0.7.14