PHP Class Cviebrock\EloquentSluggable\Tests\StaticTests

Inheritance: extends TestCase
显示文件 Open project: cviebrock/eloquent-sluggable

Public Methods

Method Description
testStaticSlugGenerator ( ) Test that we can generate a slug statically.
testStaticSlugGeneratorWhenEntriesExist ( ) Test that we generate unique slugs in a static context.
testStaticSlugGeneratorWithConfig ( ) Test that we can generate a slug statically with different configuration.

Method Details

testStaticSlugGenerator() public method

Test that we can generate a slug statically.

testStaticSlugGeneratorWhenEntriesExist() public method

Test that we generate unique slugs in a static context.

testStaticSlugGeneratorWithConfig() public method

Test that we can generate a slug statically with different configuration.