Skip to content

Commit

Permalink
Merge pull request #68 from alexislefebvre/fix-issue-with-liip/functi…
Browse files Browse the repository at this point in the history
…onal-test-bundle

Fix issue with liip/functional-test-bundle and PHPUnit annotation
  • Loading branch information
alexislefebvre committed Mar 16, 2019
2 parents 36c09bf + d7d93d2 commit 5ba613c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Command/StatusesHomeTimelineTest.php
Expand Up @@ -2,8 +2,12 @@

namespace Acme\Command;

use Doctrine\Common\Annotations\Annotation\IgnoreAnnotation;
use Symfony\Component\Console\Tester\CommandTester;

/**
* @IgnoreAnnotation("requires")
*/
class StatusesHomeTimelineTest extends StatusesBase
{
/** @var CommandTester $commandTester */
Expand Down

0 comments on commit 5ba613c

Please sign in to comment.