This commit is contained in:
icefox 2026-02-23 21:35:08 -03:00
parent 367858c97c
commit 6b1a385292
No known key found for this signature in database
13 changed files with 191 additions and 80 deletions

View file

@ -1,8 +1,13 @@
<?php
use Icefox\DTO\CustomHandlers;
use Illuminate\Support\Collection;
use Psr\Log\LogLevel;
return [
'rules' => [
Collection::class => CustomHandlers::CollectionRules(...),
],
'logging' => [
'channel' => 'dto',
'context' => [

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
>
<testsuites>
<testsuite name="root">
<directory>tests</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory>app</directory>
</include>
</source>
</phpunit>