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

9 lines
137 B
PHP
Raw Normal View History

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