mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2752 from nedmas/patch-1
FIX: Documentation for Silverstripe Test
This commit is contained in:
commit
98c01a34f6
@ -16,7 +16,7 @@ Here is an example of a test which extends SapphireTest:
|
|||||||
class SiteTreeTest extends SapphireTest {
|
class SiteTreeTest extends SapphireTest {
|
||||||
|
|
||||||
// Define the fixture file to use for this test class
|
// 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.
|
* Test generation of the URLSegment values.
|
||||||
|
Loading…
Reference in New Issue
Block a user