silverstripe-cms/tests/php/Controllers/LeftAndMainPageIconsExtensionTest/ModuleIconB.php

12 lines
330 B
PHP
Raw Normal View History

2017-10-18 01:32:08 +02:00
<?php
namespace SilverStripe\CMS\Tests\Controllers\LeftAndMainpageIconsExtensionTest;
use SilverStripe\CMS\Model\SiteTree;
use SilverStripe\Dev\TestOnly;
class ModuleIconB extends SiteTree implements TestOnly
{
private static $icon = 'silverstripe/cms:tests/php/Controllers/LeftAndMainPageIconsExtensionTest/icon_b.jpg';
}