diff options
Diffstat (limited to 'tests/lib/Support/CrashReport/RegistryTest.php')
-rw-r--r-- | tests/lib/Support/CrashReport/RegistryTest.php | 1 |
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() { |