<?php /** * @author Ladislav Vondrá?ek <lad.von@gmail.com> */ require_once __DIR__ . '/../vendor/autoload.php'; Tester\Environment::setup(); date_default_timezone_set('Europe/Prague'); function test(\Closure $function): void { $function(); }
info at phpclasses dot org