silverstripe-framework/tests/VersionedTest.php

8 lines
133 B
PHP
Raw Normal View History

<?php
class VersionedTest extends UnitTestCase {
public $whatsBeingTested = "Nothing at all!";
public $testComplete = "red";
}
?>