mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
14 lines
214 B
PHP
14 lines
214 B
PHP
<?php
|
|
|
|
namespace Chill\PersonBundle\Tests\Controller;
|
|
|
|
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|
|
|
class DefaultControllerTest extends WebTestCase
|
|
{
|
|
public function testIndex()
|
|
{
|
|
|
|
}
|
|
}
|