Skip to content

Commit

Permalink
Remove Yii Config params (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 27, 2023
1 parent 8889fc4 commit 5c8a403
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
6 changes: 0 additions & 6 deletions composer.json
Expand Up @@ -50,12 +50,6 @@
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
},
"config-plugin-options": {
"source-directory": "config"
},
"config-plugin": {
"params": "params.php"
}
},
"config": {
Expand Down
23 changes: 0 additions & 23 deletions config/params.php

This file was deleted.

1 change: 0 additions & 1 deletion tests/ModalTest.php
Expand Up @@ -611,7 +611,6 @@ public static function screenSizeDataProvider(): array

/**
* @dataProvider screenSizeDataProvider
* @param string $size
* @param string $exprected
* @throws \Yiisoft\Definitions\Exception\CircularReferenceException
* @throws \Yiisoft\Definitions\Exception\InvalidConfigException
Expand Down
3 changes: 0 additions & 3 deletions tests/NavBarTest.php
Expand Up @@ -565,8 +565,6 @@ public static function colorThemeDataProvider(): array

/**
* @dataProvider colorThemeDataProvider
* @param string $theme
* @param string $expected
* @throws \Yiisoft\Definitions\Exception\CircularReferenceException
* @throws \Yiisoft\Definitions\Exception\InvalidConfigException
* @throws \Yiisoft\Definitions\Exception\NotInstantiableException
Expand Down Expand Up @@ -613,7 +611,6 @@ public static function toggleWidgetDataProvider(): array
/**
* @dataProvider toggleWidgetDataProvider
* @param Collapse|Offcanvas|null $widget
* @param string $expected
*/
public function testToggle(?string $widget, string $expected): void
{
Expand Down

0 comments on commit 5c8a403

Please sign in to comment.