mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
remove wrong check here
This commit is contained in:
@@ -110,7 +110,6 @@ class Test_DBSchema extends PHPUnit_Framework_TestCase {
|
||||
}
|
||||
|
||||
$name = $result->fetchOne(); //FIXME checking with '$result->numRows() === 1' does not seem to work?
|
||||
OC_DB::raiseExceptionOnError($name);
|
||||
if ($name === $table) {
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user