mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@110847 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
07a53f38a3
commit
12c3bfb1fb
@ -60,7 +60,12 @@ class SapphireTest extends PHPUnit_Framework_TestCase {
|
||||
* not applied, they will be temporarily added and a database migration called.
|
||||
*
|
||||
* The keys of the are the classes to apply the extensions to, and the values are an array
|
||||
* of illegal required extensions on that class.
|
||||
* of required extensions on that class.
|
||||
*
|
||||
* Example:
|
||||
* <code>
|
||||
* array("MyTreeDataObject" => array("Versioned", "Hierarchy"))
|
||||
* </code>
|
||||
*/
|
||||
protected $requiredExtensions = array(
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user