upgrade icalparser from e6a3a285cf6e239236a40153a66b67b940220b43 to cae1631b9496a7415ef960b0dff1cd0f39fe3135
This commit is contained in:
parent
fe29295a0e
commit
e3db4803e0
31 changed files with 1329 additions and 877 deletions
21
include/icalparser/tests/bootstrap.php
Normal file
21
include/icalparser/tests/bootstrap.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
namespace tests;
|
||||
|
||||
/**
|
||||
* Copyright (c) 2004-2022 Roman Ožana (https://ozana.cz)
|
||||
*
|
||||
* @license BSD-3-Clause
|
||||
* @author Roman Ožana <roman@ozana.cz>
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
use Closure;
|
||||
use Tester\Environment;
|
||||
|
||||
function test($description, Closure $fn) {
|
||||
printf("• %s%s%s", $description, PHP_EOL, $fn());
|
||||
}
|
||||
|
||||
Environment::setup();
|
Loading…
Add table
Add a link
Reference in a new issue