test_config

This commit is contained in:
KNaveenraj-ladybird
2023-10-25 16:41:51 +05:30
parent 01ddbe20c8
commit a184f0b7df
3 changed files with 1 additions and 19 deletions

View File

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