silverstripe-framework/tests/core/manifest/ConfigStaticManifestTest/ConfigStaticManifestTestNam...

11 lines
169 B
PHP

<?php
namespace config\staticmanifest;
class NamespaceTest implements \TestOnly {
static private $db = array(
'Name' => 'Varchar',
'Description' => 'Text',
);
}