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

11 lines
183 B
PHP
Raw Normal View History

<?php
namespace SilverStripe\Core\Tests\Config\ConfigTest;
use SilverStripe\Dev\TestOnly;
class DefinesFooDoesntExtendObject implements TestOnly
{
protected static $foo = 4;
}