mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
updating lint rules for test code
This commit is contained in:
@@ -38,7 +38,11 @@ class BehatHelper {
|
||||
*
|
||||
* @return Context
|
||||
*/
|
||||
public static function getContext(ScenarioScope $scope, InitializedContextEnvironment $environment, string $class): Context {
|
||||
public static function getContext(
|
||||
ScenarioScope $scope,
|
||||
InitializedContextEnvironment $environment,
|
||||
string $class
|
||||
): Context {
|
||||
try {
|
||||
return $environment->getContext($class);
|
||||
} catch (ContextNotFoundException $e) {
|
||||
|
||||
Reference in New Issue
Block a user