bindAPI/tests/DatabaseConnectionTest.php
2022-01-24 13:31:35 +01:00

18 lines
175 B
PHP

<?php
namespace App\Controller;
use PHPUnit\Framework\TestCase;
/**
*
*/
class DatabaseConnectionTest extends TestCase
{
public function testGetConnection()
{
}
}