PHP Class slugifier\SlugifierTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: keyvanakbary/slugifier

Public Methods

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

Method Details

notSupportedStrings() public method

public notSupportedStrings ( )

shouldCreateEmptySlug() public method

public shouldCreateEmptySlug ( $text )

shouldCreateSlug() public method

public shouldCreateSlug ( $text, $expectedSlug )

shouldCreateSlugWithCustomSeparator() public method

shouldCreateSlugsWithModifiers() public method

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

shouldSupportIsoModifiers() public method

public shouldSupportIsoModifiers ( $iso )

slugModifiers() public method

public slugModifiers ( )

supportedIsoModifiers() public method

supportedStrings() public method

public supportedStrings ( )