Make template compatible with PHP 8.1 and Codeception 5 (#259)
Co-authored-by: Luke English <luke.english@ec2i.biz>
This commit is contained in:
parent
0f429780b4
commit
60d89fc552
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
- "7.3"
|
- "7.3"
|
||||||
- "7.4"
|
- "7.4"
|
||||||
- "8.0"
|
- "8.0"
|
||||||
|
- "8.1"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -11,3 +11,4 @@ modules:
|
|||||||
enabled:
|
enabled:
|
||||||
- Filesystem
|
- Filesystem
|
||||||
- Yii2
|
- Yii2
|
||||||
|
- Asserts
|
||||||
|
@ -4,7 +4,7 @@ class ContactFormCest
|
|||||||
{
|
{
|
||||||
public function _before(\FunctionalTester $I)
|
public function _before(\FunctionalTester $I)
|
||||||
{
|
{
|
||||||
$I->amOnPage(['site/contact']);
|
$I->amOnRoute('site/contact');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function openContactPage(\FunctionalTester $I)
|
public function openContactPage(\FunctionalTester $I)
|
||||||
|
Loading…
Reference in New Issue
Block a user