create first tests on history file

This commit is contained in:
2014-11-08 00:40:00 +01:00
parent e5f67e32c3
commit 29ee79c645
7 changed files with 288 additions and 186 deletions

View File

@@ -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');
}
}