• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sonata-project / SonataSeoBundle / 799

pending completion
799

Pull #246

travis-ci

web-flow
Moved menu block stuff from block bundle to seo bundle
Pull Request #246: Created AbstractBreadcrumbMenuService class

81 of 81 new or added lines in 4 files covered. (100.0%)

381 of 1066 relevant lines covered (35.74%)

7.32 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Block/Breadcrumb/HomepageBreadcrumbBlockService.php
1
<?php
2

3
/*
4
 * This file is part of the Sonata Project package.
5
 *
6
 * (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11

12
namespace Sonata\SeoBundle\Block\Breadcrumb;
13

14
/**
15
 * BlockService for homepage breadcrumb.
16
 *
17
 * @author Sylvain Deloux <sylvain.deloux@ekino.com>
18
 */
19
class HomepageBreadcrumbBlockService extends AbstractBreadcrumbMenuService
20
{
21
    /**
22
     * {@inheritdoc}
23
     */
24
    public function getName()
25
    {
×
26
        return 'Breadcrumb (Homepage)';
×
27
    }
×
28
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2024 Coveralls, Inc