mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
view one person + list
This commit is contained in:
16
Tests/Controller/PersonControllerTest.php
Normal file
16
Tests/Controller/PersonControllerTest.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace CL\Chill\PersonBundle\Tests\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class PersonControllerTest extends WebTestCase
|
||||
{
|
||||
public function testSee()
|
||||
{
|
||||
$client = static::createClient();
|
||||
|
||||
$crawler = $client->request('GET', '/see');
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user