silverstripe-framework/tests/php/Core/ClassInfoTest/ExtendTest1.php

11 lines
171 B
PHP
Raw Normal View History

<?php
namespace SilverStripe\Core\Tests\ClassInfoTest;
2024-09-18 03:53:44 +02:00
class ExtendTest1 extends BaseObject
{
private static $extensions = [
ExtensionTest1::class,
];
}