add Immich send

This commit is contained in:
Romain
2026-04-17 15:44:42 +02:00
parent 640442b399
commit 49828c9323
61 changed files with 10506 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*/
public function test_that_true_is_true(): void
{
$this->assertTrue(true);
}
}