1
0
mirror of https://github.com/silverstripe/silverstripe-cms synced 2024-10-22 06:05:56 +00:00
2017-10-19 15:41:12 +13:00

12 lines
266 B
PHP

<?php
namespace SilverStripe\CMS\Tests\Controllers\LeftAndMainpageIconsExtensionTest;
use SilverStripe\CMS\Model\SiteTree;
use SilverStripe\Dev\TestOnly;
class ModuleIconA extends SiteTree implements TestOnly
{
private static $icon = 'some invalid string';
}