mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
MINOR: Mark tests incomplete
This commit is contained in:
parent
07303ca879
commit
5681f028ea
@ -24,6 +24,8 @@ class DMSDocumentTest extends SapphireTest {
|
||||
}
|
||||
|
||||
function testAddPageRelation() {
|
||||
$this->markTestIncomplete('DMS is WIP');
|
||||
|
||||
$s1 = $this->objFromFixture('SiteTree','s1');
|
||||
$s2 = $this->objFromFixture('SiteTree','s2');
|
||||
$s3 = $this->objFromFixture('SiteTree','s3');
|
||||
|
@ -48,6 +48,8 @@ class DMSTest extends SapphireTest {
|
||||
|
||||
|
||||
function testDMSStorage() {
|
||||
$this->markTestIncomplete('DMS is WIP');
|
||||
|
||||
$dms = DMS::getDMSInstance();
|
||||
|
||||
$file = BASE_PATH . DIRECTORY_SEPARATOR . self::$testFile;
|
||||
@ -60,6 +62,8 @@ class DMSTest extends SapphireTest {
|
||||
}
|
||||
|
||||
function testDMSFolderSpanning() {
|
||||
$this->markTestIncomplete('DMS is WIP');
|
||||
|
||||
DMS::$dmsFolderSize = 5;
|
||||
$dms = DMS::getDMSInstance();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user