silverstripe-framework/tests/php/Core/Config/ConfigTest/Combined3.php
2017-02-27 16:54:01 +13:00

10 lines
180 B
PHP

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