mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
15 lines
204 B
PHP
15 lines
204 B
PHP
<?php
|
|
|
|
namespace Chill\PersonBundle\Tests\Controller;
|
|
|
|
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|
|
|
class PersonControllerTest extends WebTestCase
|
|
{
|
|
public function testFoo()
|
|
{
|
|
|
|
}
|
|
|
|
}
|