tests/src/widgets/LangSwitcherSqliteTest.php
Method testSetUrlRuleParamsForI18nSlugUrlRules
has 98 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function testSetUrlRuleParamsForI18nSlugUrlRules()
{
$langFixture = $this->createAdminLangFixture([
'de' => [
'id' => 1,
Method getConfigArray
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getConfigArray()
{
return [
'id' => 'ngresttest',
'basePath' => dirname(__DIR__),