Refactor the validation tests and remove example test.
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-21 14:48:57 +03:00
parent 8c62393d3f
commit 8fda7eae83
5 changed files with 29 additions and 65 deletions
-16
View File
@@ -1,16 +0,0 @@
<?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);
}
}