deblan.tv/vendor/trinity/src/Trinity/.svn/pristine/c9/c9704a1e0821bc595f1b85ecf9eb28efeefa711f.svn-base
2015-03-02 21:57:49 +01:00

14 lines
250 B
Plaintext

<?php
namespace Trinity\Bundle\AdminMenuBundle\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class DefaultControllerTest extends WebTestCase
{
public function testIndex()
{
$this->assertTrue(true);
}
}