for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SilverStripe\Registry\Tests\Stub;
use SilverStripe\Dev\TestOnly;
use SilverStripe\Registry\RegistryPage;
use SilverStripe\Registry\RegistryPageController;
class RegistryPageTestSubclass extends RegistryPage implements TestOnly
{
private static $table_name = 'RegistryPageTestSubclass';
$table_name
}