PHP Class Cocur\Slugify\Tests\Bridge\Symfony\ConfigurationTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: cocur/slugify

Public Methods

Method Description
testAll ( )
testLowercaseOnlyAcceptsBoolean ( )

Protected Methods

Method Description
process ( array $configs ) : array Processes an array of configurations and returns a compiled version.

Method Details

process() protected method

Processes an array of configurations and returns a compiled version.
protected process ( array $configs ) : array
$configs array An array of raw configurations
return array A normalized array

testAll() public method

public testAll ( )

testLowercaseOnlyAcceptsBoolean() public method