This commit is contained in:
2022-04-14 12:28:08 +02:00
commit f7cc73da22
84 changed files with 11010 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function test_that_true_is_true()
{
$this->assertTrue(true);
}
}