Skip to content

Commit

Permalink
improve documentation etc
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jul 18, 2022
1 parent d24346c commit a5c48d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/idiorm-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
env:
REGISTRY: ghcr.io
IMAGE_NAME: treffynnon/php5.2cli:latest

on: push

Expand All @@ -11,6 +8,10 @@ jobs:
contents: read
packages: read

env:
REGISTRY: ghcr.io
IMAGE_NAME: treffynnon/php5.2cli:latest

name: 'PHP 5.2'
steps:
- name: Checkout repository
Expand Down
3 changes: 3 additions & 0 deletions test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ public function getAttribute($attribute) {

}

/**
* Alias the test case class so that these same tests can run against PHPUnit >4
*/
if (!class_exists('PHPUnit_Framework_TestCase')) {
class_alias('\PHPUnit\Framework\TestCase', 'PHPUnit_Framework_TestCase');
}

0 comments on commit a5c48d8

Please sign in to comment.