From de990d5be4213981df7bb4961076372e5b197e6e Mon Sep 17 00:00:00 2001 From: Alex Api Date: Wed, 20 Apr 2022 22:02:32 -0400 Subject: [PATCH] Update codeception.yml WIP Fix #490 Issue. Now drone build is progressing but still errors seems to be because of deprecated _bootrap.php in the setting. And also a non-existent jform_language selector --- codeception.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeception.yml b/codeception.yml index 0b5168b..35f8c92 100644 --- a/codeception.yml +++ b/codeception.yml @@ -4,8 +4,8 @@ paths: log: /drone/src/tests/_output data: tests/_data helpers: tests/_support +bootstrap: _bootstrap.php settings: - bootstrap: _bootstrap.php colors: true memory_limit: 1024M webdrivers: