mini\Test::canRun() protected

Documentation

Check if test can run (override to skip based on requirements)

Use this to check for required extensions, PHP versions, etc. Return false to skip the entire test class.

Signature

protected function canRun(): bool

Returns

bool

Source

src/Test.php:278-281