Skip to content

Instantly share code, notes, and snippets.

View aleksblendwerk's full-sized avatar

Aleks Seltenreich aleksblendwerk

View GitHub Profile
@aleksblendwerk
aleksblendwerk / Image.php
Created March 3, 2021 08:57
Codeception: Checking if an image is valid within an acceptance test
<?php
// tests/Codeception/Support/Helper/Image.php
namespace Tests\Codeception\Support\Helper;
use Tests\Codeception\Support\Helper\Abstracted\PhpBrowserDependentModule;
use Codeception\Exception\ModuleException;
class Image extends PhpBrowserDependentModule