Skip to content

Commit

Permalink
Merge pull request #66 from catalyst/unit-test-exceptions-fixes-master
Browse files Browse the repository at this point in the history
Fix unit test errors.
  • Loading branch information
brendanheywood authored May 9, 2022
2 parents 38771de + f29ebe0 commit 3f85ff7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Run all tests
# .github/workflows/ci.yml
name: ci

# Run this workflow on push and on pull_request.
on: [push, pull_request]
Expand Down Expand Up @@ -42,8 +43,6 @@ jobs:
- {moodle-branch: 'MOODLE_39_STABLE', php: '7.4', node: '14.15', database: 'pgsql'}
- {moodle-branch: 'MOODLE_310_STABLE', php: '7.4', node: '14.15.1', database: 'mariadb'}
- {moodle-branch: 'MOODLE_310_STABLE', php: '7.4', node: '14.15.1', database: 'pgsql'}
- {moodle-branch: 'MOODLE_311_STABLE', php: '7.4', node: '14.15.1', database: 'mariadb'}
- {moodle-branch: 'MOODLE_311_STABLE', php: '7.4', node: '14.15.1', database: 'pgsql'}
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ For example it is often used to slightly massage data before using it with Totar

## Branches

| Moodle verion | Branch | PHP |
| ------------------ | ------- | ---------- |
| Moodle version | Branch | PHP |
|--------------------| ------- | ---------- |
| Moodle 3.3 to 3.8 | master | 7.1 - 7.2+ |
| Moodle 3.9 to 3.11 | master | 7.2 - 7.4+ |
| Moodle 3.9 to 3.10 | master | 7.2 - 7.4+ |
| Totara 12+ | master | 5.6 - 7.0+ |

NOTE: Moodle 3.11 is not supported. This is going to be the end of life version of the plugin.

NOTE: There is a fork of this under the MOODLE_35 branch which moves to a sub plugin architecture, and has various improvements:

https://github.com/catalyst/moodle-tool_etl/tree/MOODLE_35
Expand Down
3 changes: 1 addition & 2 deletions classes/source/source_url.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@

defined('MOODLE_INTERNAL') || die;

class source_url extends source_base
{
class source_url extends source_base {

/**
* Name of the source.
Expand Down

0 comments on commit 3f85ff7

Please sign in to comment.