Skip to content

Commit

Permalink
Merge pull request #752 from lucatume/v35-transpile
Browse files Browse the repository at this point in the history
build(v35) transpile from v4
  • Loading branch information
lucatume authored Sep 1, 2024
2 parents d4a2067 + a14da3d commit a12f67f
Show file tree
Hide file tree
Showing 150 changed files with 5,410 additions and 17,561 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,21 @@ jobs:
test_without_uopz:
strategy:
matrix:
php_version: [ '7.1', '7.2', '7.3', '7.4' ]
php_version: [
# '7.1', # Disabled since WordPress minimum requirement is 7.2.
'7.2',
'7.3',
'7.4'
]
suite:
- acceptance
- climodule
- functional
- muloader
- webdriver
- unit --skip-group=slow
- unit --group=isolated-1
- unit --group=isolated-2
# - webdriver # Disabled until the webdriver tests are fixed.
- wpcli_module
- wploader_multisite
- wploader_wpdb_interaction
Expand Down Expand Up @@ -147,4 +155,14 @@ jobs:

- name: Run tests
id: test
run: vendor/bin/codecept run unit
run: vendor/bin/codecept run ${{ matrix.suite }}

- name: Upload Artifacts
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: ${{ matrix.suite }}-php@${{ matrix.php_version }}-screenshots
path: |
var/_output/*.html
var/_output/*.png
retention-days: 3
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased] Unreleased

## Added

- The `MysqlServerController` extension.

### Fixed

- Ensure the `WPLoader` module will initialize correctly when used in `loadOnly` mode not using the `EventDispatcherBridge` extension. (thanks @lxbdr)
- Support loading the `wpdb` class from either the `class-wpdb.php` file or the `wp-db.php` one, supporting older versions of WordPress (thanks @BrianHenryIE)
- Read content, plugins and mu-plugins directories paths from the `WPLoader` configuration parameters correctly.
- In the `WPTestCase` class, remove attachments created during tests between tests.

## [3.6.5] 2024-06-26;

### Changed
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

68 changes: 0 additions & 68 deletions docs/README.md

This file was deleted.

Binary file removed docs/assets/favicon.png
Binary file not shown.
Binary file removed docs/assets/logo.png
Binary file not shown.
226 changes: 0 additions & 226 deletions docs/commands.md

This file was deleted.

Loading

0 comments on commit a12f67f

Please sign in to comment.