Cviebrock\EloquentSluggable\Tests\ScopeHelperTests::testGetSlugKeyNameWithShortConfig PHP Method

testGetSlugKeyNameWithShortConfig() public method

Test that getSlugKeyName() works with the short configuration syntax.
    public function testGetSlugKeyNameWithShortConfig()
    {
        $post = new PostShortConfigWithScopeHelpers();
        $this->assertEquals('slug_field', $post->getSlugKeyName());
    }