]> source.dussan.org Git - nextcloud-server.git/commitdiff
clear all hooks when running tests
authorRobin Appelman <icewind@owncloud.com>
Fri, 12 Oct 2012 13:44:48 +0000 (15:44 +0200)
committerRobin Appelman <icewind@owncloud.com>
Fri, 12 Oct 2012 13:44:48 +0000 (15:44 +0200)
tests/bootstrap.php

index 73c6e395299083fd25a340ef273e2f6ce4e8ee80..4bb980b5b76d664da5cac05505c950d41c80514c 100644 (file)
@@ -24,3 +24,5 @@ abstract class UnitTestCase extends PHPUnit_Framework_TestCase{
                parent::assertFalse((bool)$actual, $string);
        }
 }
+
+OC_Hook::clear();