summaryrefslogtreecommitdiffstats
path: root/tests/lib/Support/CrashReport/RegistryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Support/CrashReport/RegistryTest.php')
-rw-r--r--tests/lib/Support/CrashReport/RegistryTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Support/CrashReport/RegistryTest.php b/tests/lib/Support/CrashReport/RegistryTest.php
index b73bf2737ee..ba225ec1330 100644
--- a/tests/lib/Support/CrashReport/RegistryTest.php
+++ b/tests/lib/Support/CrashReport/RegistryTest.php
@@ -47,6 +47,7 @@ class RegistryTest extends TestCase {
$exception = new Exception('test');
$this->registry->delegateReport($exception);
+ $this->addToAssertionCount(1);
}
public function testDelegateToAll() {