[TESTS] Ignore GNUsocial class from tests, as it simply pipes objects around

This commit is contained in:
Hugo Sales 2021-07-21 16:43:05 +00:00
parent 3cc1756d1b
commit f98ce1c3d0
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 3 additions and 2 deletions

View File

@ -71,6 +71,9 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
use Twig\Environment;
/**
* @codeCoverageIgnore
*/
class GNUsocial implements EventSubscriberInterface
{
use TargetPathTrait;
@ -195,7 +198,6 @@ class GNUsocial implements EventSubscriberInterface
* @throws ConfigurationException
*
* @return ConsoleCommandEvent
* @codeCoverageIgnore
*/
public function onCommand(ConsoleCommandEvent $event): ConsoleCommandEvent
{
@ -207,7 +209,6 @@ class GNUsocial implements EventSubscriberInterface
* Tell Symfony which events we want to listen to, which Symfony detects and auto-wires
* due to this implementing the `EventSubscriberInterface`
*
* @codeCoverageIgnore
*/
public static function getSubscribedEvents(): array
{