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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: cocur/slugify

Méthodes publiques

Méthode Description
testAll ( )
testLowercaseOnlyAcceptsBoolean ( )

Méthodes protégées

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

Method Details

process() protected méthode

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

testAll() public méthode

public testAll ( )

testLowercaseOnlyAcceptsBoolean() public méthode