Cocur\Slugify\Tests\Bridge\Symfony\ConfigurationTest::testAll PHP Метод

testAll() публичный Метод

public testAll ( )
    public function testAll()
    {
        $configs = [['lowercase' => true, 'separator' => '_', 'regexp' => 'abcd', 'rulesets' => ['burmese', 'hindi']]];
        $this->process($configs);
    }