with cast tests
This commit is contained in:
parent
afb47c1977
commit
3a26a2e0c2
8 changed files with 154 additions and 3 deletions
16
tests/Casters/WithGlobalCaster.php
Normal file
16
tests/Casters/WithGlobalCaster.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Casters;
|
||||
|
||||
use Icefox\DTO\DataObject;
|
||||
|
||||
readonly class WithGlobalCaster
|
||||
{
|
||||
use DataObject;
|
||||
|
||||
public function __construct(
|
||||
public SimpleValue $value,
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue