Skip to content

Commit

Permalink
Removed outdated test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopetkov committed May 15, 2018
1 parent 490e5be commit b387cba
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/DataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,6 @@ public function testRenameExceptions2()
$app->data->rename('lockeddata1', 'data2');
}

/**
*
*/
public function testDeleteExceptions1()
{
$app = $this->getApp();
$this->createDir($app->config->dataDir . '/objects/data1');
$this->setExpectedException('\Exception');
$app->data->delete('data1');
}

/**
*
*/
Expand Down

0 comments on commit b387cba

Please sign in to comment.