| [ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 <?php 2 require_once ('init.php'); 3 4 class GP_Test_Requests extends GP_UnitTestCase_Request { 5 function test_index() { 6 $this->get( '/' ); 7 $this->assertRedirect(); 8 } 9 10 function test_projects() { 11 $this->get( '/projects' ); 12 $this->assertResponseContains( 'Projects' ); 13 $this->assertResponseNotContains( 'baba' ); 14 } 15 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu May 24 03:59:35 2012 | Hosted by follow the white rabbit. |