3declare(strict_types=1);
24use PHPUnit\Framework\TestCase;
40 $serialized =
$a->serialize();
42 $this->assertEquals(
$data, eval(
"?>" . $serialized));
47 $this->expectException(\InvalidArgumentException::class);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples