Merge pull request #105 from robbieaverill/bugfix/skip-dodgy-test

FIX Skip dodgy inconsistent unit test. Needs re-implementation.
This commit is contained in:
Franco Springveldt 2017-05-02 13:18:01 +12:00 committed by GitHub
commit 1f07069363

View File

@ -82,6 +82,8 @@ class DMSVersioningTest extends SapphireTest
public function testDMSVersionStorage()
{
$this->markTestSkipped('Needs re-implementation, this test is not consistent.');
$dms = DMS::inst();
$document = $dms->storeDocument(self::$testFile);