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
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-03-20 11:29:30 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-03-22 01:42:42 +0300
commit1aef2f417b2004ee23c3071917e699e66b5353dd (patch)
tree79bfe5147073b1d9b5761d575645ad3c17b35503 /tests/lib/Repair
parent713f684a8b543050c6107e65dcf65a0e1566914c (diff)
Adjust tests as well
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/lib/Repair')
-rw-r--r--tests/lib/Repair/RepairCollationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Repair/RepairCollationTest.php b/tests/lib/Repair/RepairCollationTest.php
index 7ff069d37be..d84f689cc52 100644
--- a/tests/lib/Repair/RepairCollationTest.php
+++ b/tests/lib/Repair/RepairCollationTest.php
@@ -18,10 +18,10 @@ use Test\TestCase;
class TestCollationRepair extends Collation {
/**
- * @param \Doctrine\DBAL\Connection $connection
+ * @param IDBConnection $connection
* @return string[]
*/
- public function getAllNonUTF8BinTables($connection) {
+ public function getAllNonUTF8BinTables(IDBConnection $connection) {
return parent::getAllNonUTF8BinTables($connection);
}
}