mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Single quotes
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
559978c50e
commit
1dd40b1f45
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class SimpleContainer extends Container implements IContainer {
|
|||
try {
|
||||
$parameters[] = $this->query($resolveName);
|
||||
} catch (\Exception $e) {
|
||||
if (class_exists("PHPUnit_Framework_AssertionFailedError", false) &&
|
||||
if (class_exists('PHPUnit_Framework_AssertionFailedError', false) &&
|
||||
$e instanceof \PHPUnit_Framework_AssertionFailedError) {
|
||||
// Easier debugging of "Your test case is not allowed to access the database."
|
||||
throw $e;
|
||||
|
|
|
|||
Loading…
Reference in a new issue