HelloTest
extends TestCase
in package
Class HelloTest
Table of Contents
Properties
- $abc : string
- contains the object handle of the string class
Methods
- setUp() : void
- Called before the test functions will be executed.
- tearDown() : void
- Called after the test functions are executed.
- testHello() : void
- test the toString function.
Properties
$abc
contains the object handle of the string class
public
string
$abc
Methods
setUp()
Called before the test functions will be executed.
public
setUp() : void
this function is defined in PHPUnit_TestCase and overwritten here
tearDown()
Called after the test functions are executed.
public
tearDown() : void
this function is defined in PHPUnit_TestCase and overwritten here.
testHello()
test the toString function.
public
testHello() : void