PHP Class Phalcon\Test\Module\UnitTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Codeception\Test\Unit, use trait Codeception\Specify
Datei anzeigen Open project: phalcon/cphalcon Class Usage Examples

Protected Properties

Property Type Description
$tester UnitTester UnitTester Object

Public Methods

Method Description
getTester ( ) : UnitTester
setExpectedException ( $exception, $message = '', $code = null )

Method Details

getTester() public method

public getTester ( ) : UnitTester
return UnitTester

setExpectedException() public method

public setExpectedException ( $exception, $message = '', $code = null )

Property Details

$tester protected_oe property

UnitTester Object
protected UnitTester $tester
return UnitTester