Skip to content

Commit

Permalink
Fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-rath committed Oct 18, 2022
1 parent 529c4ac commit e3733fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -15,9 +15,6 @@

use Sulu\Component\Content\Compat\RoutableStructureInterface as SuluRoutableStructureInterface;

/**
* @codeCoverageIgnore
*/
if (interface_exists(SuluRoutableStructureInterface::class)) {
/**
* @deprecated will be removed, as soon as the ArticleBundle rises the minimum requirement of sulu to a version,
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Expand Up @@ -29,6 +29,7 @@
<directory>Tests/</directory>
<directory>vendor/</directory>
<file>.php-cs-fixer.dist.php</file>
<file>Content/Infrastructure/Sulu/Structure/RoutableStructureInterface.php</file>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit e3733fb

Please sign in to comment.