Merge pull request #2752 from nedmas/patch-1

FIX: Documentation for Silverstripe Test
This commit is contained in:
Will Rossiter 2014-01-02 13:04:53 -08:00
commit 98c01a34f6

View File

@ -16,7 +16,7 @@ Here is an example of a test which extends SapphireTest:
class SiteTreeTest extends SapphireTest {
// Define the fixture file to use for this test class
private static $fixture_file = 'SiteTreeTest.yml';
protected static $fixture_file = 'SiteTreeTest.yml';
/**
* Test generation of the URLSegment values.