1Cloning with 0 retries
0s
2Initialized empty Git repository in /drone/src/.git/
0s
3+ git fetch origin +refs/heads/5.3-dev:
0s
4From https://github.com/joomla/joomla-cms
29s
5 * branch 5.3-dev -> FETCH_HEAD
29s
6 * [new branch] 5.3-dev -> origin/5.3-dev
29s
7+ git checkout 5.3-dev
29s
8Branch '5.3-dev' set up to track remote branch '5.3-dev' from 'origin'.
29s
9Switched to a new branch '5.3-dev'
29s
10+ git fetch origin refs/pull/44894/head:
29s
11From https://github.com/joomla/joomla-cms
30s
12 * branch refs/pull/44894/head -> FETCH_HEAD
30s
13+ git merge 44a7582e56cb05c2c9f983f3a266c644902c0089
30s
14Updating e016edc149..44a7582e56
30s
15Fast-forward
30s
16 administrator/includes/framework.php | 20 +++-
30s
17 api/includes/framework.php | 20 +++-
30s
18 composer.json | 3 +-
30s
19 composer.lock | 76 +++++++++++++-
30s
20 env.dev.dist | 6 ++
30s
21 env.dist | 20 ++++
30s
22 includes/framework.php | 20 +++-
30s
23 installation/includes/framework.php | 9 +-
30s
24 libraries/src/Service/Provider/Config.php | 111 ++++++++++++++++++++-
30s
25 .../Libraries/Cms/Service/Provider/ConfigTest.php | 93 +++++++++++++++++
30s
26 10 files changed, 370 insertions(+), 8 deletions(-)
30s
27 create mode 100644 env.dev.dist
30s
28 create mode 100644 env.dist
30s
29 create mode 100644 tests/Unit/Libraries/Cms/Service/Provider/ConfigTest.php
30s