Cocur\Slugify\Tests\Bridge\Plum\SlugifyConverterTest::constructorCreatesSlugifyIfNoneIsProvided PHP Method

constructorCreatesSlugifyIfNoneIsProvided() public method

    public function constructorCreatesSlugifyIfNoneIsProvided()
    {
        $converter = new SlugifyConverter();
        $this->assertSame('hello-world', $converter->convert('Hello World'));
    }