chill-bundles/Tests/Controller/PersonControllerTest.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()
{
}
}