Skip to content

test: use ImageAssert in place of internal assertions #61

test: use ImageAssert in place of internal assertions

test: use ImageAssert in place of internal assertions #61

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit tests
uses: php-actions/phpunit@v4
with:
configuration: "phpunit.xml"
php_version: "8.0"
php_extensions: "gd"