PHP Class Phalcon\Test\Utils\SlugTest

Author: Ilya Gusev ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: phalcon/incubator

Protected Properties

Property Type Description
$tester UnitTeste\UnitTester UnitTester Object

Public Methods

Method Description
providerStrings ( )
testGenerateSlug ( string $string, mixed $replace, string $delimiter, string $expected )

Protected Methods

Method Description
_after ( ) executed after each test
_before ( ) executed before each test

Method Details

_after() protected method

executed after each test
protected _after ( )

_before() protected method

executed before each test
protected _before ( )

providerStrings() public method

public providerStrings ( )

testGenerateSlug() public method

public testGenerateSlug ( string $string, mixed $replace, string $delimiter, string $expected )
$string string
$replace mixed
$delimiter string
$expected string

Property Details

$tester protected property

UnitTester Object
protected UnitTester,UnitTeste $tester
return UnitTeste\UnitTester