for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dynamic\Collection\Test\TestOnly;
use SilverStripe\Dev\TestOnly;
class TestCollection extends \Page implements TestOnly
{
/**
* @var string
*/
private static $table_name = 'Collection_TestCollection';
$table_name
}