silverstripe-gridfieldexten.../tests/Stub/StubB.php

10 lines
141 B
PHP

<?php
namespace Symbiote\GridFieldExtensions\Tests\Stub;
use SilverStripe\Dev\TestOnly;
class StubB extends StubA implements TestOnly
{
}