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