PHP Class Gc\Test\PHPUnit\Controller\AbstractHttpControllerTestCase

Inheritance: extends Zend\Test\PHPUnit\Controller\AbstractHttpControllerTestCase
Show file Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$user Gc\User\Model User model

Public Methods

Method Description
init ( ) : void Initialize test
tearDown ( ) : void Tear down

Method Details

init() public method

Initialize test
public init ( ) : void
return void

tearDown() public method

Tear down
public tearDown ( ) : void
return void

Property Details

$user protected property

User model
protected Model,Gc\User $user
return Gc\User\Model