silverstripe-framework/tests/php/Core/Config/ConfigTest/Fourth.php
2020-04-20 18:58:09 +01:00

9 lines
132 B
PHP

<?php
namespace SilverStripe\Core\Tests\Config\ConfigTest;
class Fourth extends Third
{
public static $fourth = ['test_4'];
}