PHP Class Cviebrock\EloquentSluggable\Tests\EventTests

Inheritance: extends TestCase
Mostra file Open project: cviebrock/eloquent-sluggable

Public Methods

Method Description
testCancelSluggingEvent ( ) Test that the "slugging" event can be cancelled.
testEventsAreFired ( ) Test that the "slugging" event is fired.
testSluggedEvent ( ) Test that the "slugged" event is fired.

Method Details

testCancelSluggingEvent() public method

Test that the "slugging" event can be cancelled.

testEventsAreFired() public method

Test that the "slugging" event is fired.
public testEventsAreFired ( )

testSluggedEvent() public method

Test that the "slugged" event is fired.
public testSluggedEvent ( )