Cocur\Slugify\Tests\Bridge\Symfony\ConfigurationTest::testLowercaseOnlyAcceptsBoolean PHP Method

testLowercaseOnlyAcceptsBoolean() public method

    public function testLowercaseOnlyAcceptsBoolean()
    {
        $configs = [['lowercase' => 'abc']];
        $this->process($configs);
    }