mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
Apply new CS rules on the news-on-homepage feature
This commit is contained in:
@@ -17,8 +17,11 @@ use Doctrine\ORM\EntityManagerInterface;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
/**
|
||||
* Tests the admin pages for news items
|
||||
* Tests the admin pages for news items.
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
class NewsItemControllerTest extends WebTestCase
|
||||
{
|
||||
@@ -50,7 +53,7 @@ class NewsItemControllerTest extends WebTestCase
|
||||
public function testList()
|
||||
{
|
||||
$client = $this->getClientAuthenticated();
|
||||
$client->request('GET', "/fr/admin/news_item");
|
||||
$client->request('GET', '/fr/admin/news_item');
|
||||
|
||||
self::assertResponseIsSuccessful('Test that news item admin page shows');
|
||||
}
|
||||
|
Reference in New Issue
Block a user