silverstripe-framework/tests/php/Core/Config/ConfigTest/Fourth.php
2016-12-19 16:08:19 +13:00

9 lines
137 B
PHP

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