Abstract Class Giscuit_Test_PHPUnit_ControllerTestCase

Description

Functional testing scaffold for MVC applications

  • copyright: Copyright (c) 2012 VEC
  • abstract:

Located in /Test/PHPUnit/ControllerTestCase.php (line 28)

Zend_Test_PHPUnit_ControllerTestCase
   |
   --Giscuit_Test_PHPUnit_ControllerTestCase
Variable Summary
 string $_language
 array $_user
Method Summary
 clear () void
 setUp () void
 tearDown () void
Variables
string $_language = 'en' (line 45)

Test user language

  • access: protected
array $_user = array(
'account' => 'test@giscuit.com' ,
'password' => '123456'
)
(line 35)

Test user credentials

  • access: protected
Methods
clear (line 72)

Enter description here ...

  • access: public
void clear ()
setUp (line 52)

Set up MVC app

  • access: public
void setUp ()
tearDown (line 62)

Enter description here ...

  • access: public
void tearDown ()
_testLoginActionSuccess (line 91)

Authenticate test user

  • access: protected
void _testLoginActionSuccess ()

Documentation generated on Wed, 23 Jan 2013 15:54:39 +0000 by phpDocumentor 1.4.3