mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-01 11:39:39 +00:00
10 lines
156 B
PHP
10 lines
156 B
PHP
<?php
|
|
|
|
namespace Chill\TaskBundle\Tests\Controller;
|
|
|
|
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|
|
|
class TaskControllerTest extends WebTestCase
|
|
{
|
|
}
|