Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-11-12 14:22:04 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-11-12 14:22:04 +0300
commit8e600067444f0478a7091109cf78757176251f69 (patch)
treefb9e626dfa9c8b13f993f3de0ae4c16740b8d1ed /tests
parent5273639d0e16e946ec25a51cfdd6696fde3d07cd (diff)
Exception is not thrown anymore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/DB/ConnectionTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lib/DB/ConnectionTest.php b/tests/lib/DB/ConnectionTest.php
index 857bb3cd79f..02dd6a1495c 100644
--- a/tests/lib/DB/ConnectionTest.php
+++ b/tests/lib/DB/ConnectionTest.php
@@ -314,11 +314,10 @@ class ConnectionTest extends \Test\TestCase {
/**
* @dataProvider insertIfNotExistsViolatingThrows
- * @expectedException \Doctrine\DBAL\Exception\UniqueConstraintViolationException
*
* @param array $compareKeys
*/
- public function testInsertIfNotExistsViolatingThrows($compareKeys) {
+ public function testInsertIfNotExistsViolatingUnique($compareKeys) {
$this->makeTestTable();
$result = $this->connection->insertIfNotExist('*PREFIX*table',
[