diff options
Diffstat (limited to 'engine/tests/objects/entities.php')
-rw-r--r-- | engine/tests/objects/entities.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/tests/objects/entities.php b/engine/tests/objects/entities.php index 0827fa24a..336e2f30d 100644 --- a/engine/tests/objects/entities.php +++ b/engine/tests/objects/entities.php @@ -19,6 +19,7 @@ class ElggCoreEntityTest extends ElggCoreUnitTest { * Called after each test method. */ public function tearDown() { + $this->swallowErrors(); unset($this->entity); } |