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

11 lines
213 B
PHP

<?php
namespace SilverStripe\Core\Tests\Config\ConfigTest;
class Third extends Second
{
private static $first = ['test_3'];
private static $second = ['test_3'];
public static $fourth = ['test_3'];
}