Browse Source

clear all hooks when running tests

remotes/origin/stable5
Robin Appelman 13 years ago
parent
commit
6f3e039e78
  1. 2
      tests/bootstrap.php

2
tests/bootstrap.php

@ -24,3 +24,5 @@ abstract class UnitTestCase extends PHPUnit_Framework_TestCase{
parent::assertFalse((bool)$actual, $string);
}
}
OC_Hook::clear();
Loading…
Cancel
Save