Files
glastree/vendor/nunomaduro/collision/src/Exceptions/TestOutcome.php
T

16 lines
189 B
PHP
Raw Normal View History

2026-05-26 08:14:29 +02:00
<?php
declare(strict_types=1);
namespace NunoMaduro\Collision\Exceptions;
use PHPUnit\Framework\Exception;
/**
* @internal
*/
final class TestOutcome extends Exception
{
// ...
}