🎉
This commit is contained in:
15
vendor/nunomaduro/collision/src/Exceptions/TestOutcome.php
vendored
Normal file
15
vendor/nunomaduro/collision/src/Exceptions/TestOutcome.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace NunoMaduro\Collision\Exceptions;
|
||||
|
||||
use PHPUnit\Framework\Exception;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class TestOutcome extends Exception
|
||||
{
|
||||
// ...
|
||||
}
|
||||
Reference in New Issue
Block a user