Skip to content

Commit 44cf2a5

Browse files
committed
Setup Yii latest framework
1 parent acf1d0c commit 44cf2a5

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

tests/Frameworks/Yii/Latest/composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "yiisoft/yii2-app-basic",
33
"description": "Yii 2 Basic Project Template",
4-
"keywords": ["yii2", "framework", "basic", "project template"],
4+
"keywords": [
5+
"yii2",
6+
"framework",
7+
"basic",
8+
"project template"
9+
],
510
"homepage": "http://www.yiiframework.com/",
611
"type": "project",
712
"license": "BSD-3-Clause",
@@ -15,7 +20,7 @@
1520
"minimum-stability": "stable",
1621
"require": {
1722
"php": ">=5.4.0",
18-
"yiisoft/yii2": "~2.0.14",
23+
"yiisoft/yii2": "2.0.51",
1924
"yiisoft/yii2-bootstrap": "~2.0.0",
2025
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
2126
},
@@ -64,4 +69,4 @@
6469
"url": "https://asset-packagist.org"
6570
}
6671
]
67-
}
72+
}

tests/Integrations/Yii/Latest/CommonScenariosTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ protected static function getEnvs()
2222
]);
2323
}
2424

25+
public static function getTestedLibrary()
26+
{
27+
return 'yiisoft/yii2';
28+
}
29+
2530
/**
2631
* @dataProvider provideSpecs
2732
* @param RequestSpec $spec

0 commit comments

Comments
 (0)