silverstripe-framework/tests/core/manifest/ConfigStaticManifestTest/ConfigStaticManifestTestClassKeyword.php

12 lines
197 B
PHP

<?php
class ConfigStaticManifestTestClassKeyword implements TestOnly {
private static $foo = 'bar';
public function __construct() {
$this->inst = Injector::inst()->get(static::class);
}
}