@@ -84,15 +84,15 @@ public function __inject(
84
84
/**
85
85
* Run Lock user when creating new integration test.
86
86
*
87
- * @param Integration $initintegration
87
+ * @param Integration $initIntegration
88
88
* @param Integration $integration
89
89
* @param int $attempts
90
90
* @param User $customAdmin
91
91
* @param string $configData
92
92
* @return void
93
93
*/
94
94
public function test (
95
- Integration $ initintegration ,
95
+ Integration $ initIntegration ,
96
96
Integration $ integration ,
97
97
$ attempts ,
98
98
User $ customAdmin ,
@@ -106,15 +106,15 @@ public function test(
106
106
['configData ' => $ this ->configData ]
107
107
)->run ();
108
108
$ customAdmin ->persist ();
109
- $ initintegration ->persist ();
109
+ $ initIntegration ->persist ();
110
110
111
111
// login to backend with new user
112
112
$ this ->adminAuthLogin ->open ();
113
113
$ this ->adminAuthLogin ->getLoginBlock ()->fill ($ customAdmin );
114
114
$ this ->adminAuthLogin ->getLoginBlock ()->submit ();
115
115
116
116
// Steps
117
- $ filter = ['name ' => $ initintegration ->getName ()];
117
+ $ filter = ['name ' => $ initIntegration ->getName ()];
118
118
$ this ->integrationIndexPage ->open ();
119
119
$ this ->integrationIndexPage ->getIntegrationGrid ()->searchAndOpen ($ filter );
120
120
for ($ i = 0 ; $ i < $ attempts ; $ i ++) {
0 commit comments