summaryrefslogtreecommitdiffstats
path: root/tests/unit/db/ItemMapperTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 18:50:10 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 18:50:10 +0200
commit31ae116fe4ab5cac3d2a85069adae2d211ecc846 (patch)
tree10c02f09fb0086b7553091fb73c299d9b294385d /tests/unit/db/ItemMapperTest.php
parent83e8691308971680977b6e29d7c1fbd790e4eb16 (diff)
migrated database, utility, bootstrap from appframework
Diffstat (limited to 'tests/unit/db/ItemMapperTest.php')
-rw-r--r--tests/unit/db/ItemMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/db/ItemMapperTest.php b/tests/unit/db/ItemMapperTest.php
index 0d5289786..cfef4c929 100644
--- a/tests/unit/db/ItemMapperTest.php
+++ b/tests/unit/db/ItemMapperTest.php
@@ -399,7 +399,7 @@ class ItemMapperTest extends \OCA\AppFramework\Utility\MapperTestUtility {
$rows = array();
$this->setMapperResult($sql, $params, $rows);
- $this->setExpectedException('\OCA\AppFramework\Db\DoesNotExistException');
+ $this->setExpectedException('\OCA\News\Db\DoesNotExistException');
$result = $this->mapper->getNewestItemId($this->user);
}