Remove the SampleTest.php

This commit is contained in:
Alex Tselegidis 2023-03-23 07:49:21 +01:00
parent a83512d8da
commit 70a0da37e4
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
<?php
use PHPUnit\Framework\TestCase;
class SampleTest extends TestCase {
public function test_example()
{
$this->assertTrue(TRUE);
}
}