silverstripe-framework/tests/php/Core/Config/ConfigTest/Third.php

11 lines
228 B
PHP
Raw Normal View History

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