mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
create first tests on history file
This commit is contained in:
@@ -6,11 +6,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class PersonControllerTest extends WebTestCase
|
||||
{
|
||||
public function testSee()
|
||||
public function testFoo()
|
||||
{
|
||||
$client = static::createClient();
|
||||
|
||||
$crawler = $client->request('GET', '/see');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user