PHP Class slugifier\SlugifierTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: keyvanakbary/slugifier

Méthodes publiques

Méthode Description
notSupportedStrings ( )
shouldCreateEmptySlug ( $text )
shouldCreateSlug ( $text, $expectedSlug )
shouldCreateSlugWithCustomSeparator ( )
shouldCreateSlugsWithModifiers ( $text, $modifier, $expectedSlug )
shouldSupportIsoModifiers ( $iso )
slugModifiers ( )
supportedIsoModifiers ( )
supportedStrings ( )

Method Details

notSupportedStrings() public méthode

public notSupportedStrings ( )

shouldCreateEmptySlug() public méthode

public shouldCreateEmptySlug ( $text )

shouldCreateSlug() public méthode

public shouldCreateSlug ( $text, $expectedSlug )

shouldCreateSlugWithCustomSeparator() public méthode

shouldCreateSlugsWithModifiers() public méthode

public shouldCreateSlugsWithModifiers ( $text, $modifier, $expectedSlug )

shouldSupportIsoModifiers() public méthode

public shouldSupportIsoModifiers ( $iso )

slugModifiers() public méthode

public slugModifiers ( )

supportedIsoModifiers() public méthode

supportedStrings() public méthode

public supportedStrings ( )