Single quotes

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/8662/head
Joas Schilling 8 years ago
parent 559978c50e
commit 1dd40b1f45
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 2
      lib/private/AppFramework/Utility/SimpleContainer.php

@ -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…
Cancel
Save