From 8be30d6f57ba1013ca164a8b978ee528160da06d Mon Sep 17 00:00:00 2001 From: Jessica Mauerhan Date: Thu, 24 Mar 2016 09:59:52 -0400 Subject: [PATCH] AspectMock teardown into TestCase This way we don't have to remember to clean the AspectMocks whenever we use it, it's automatically cleaned. --- tests/src/TestCase.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/src/TestCase.php b/tests/src/TestCase.php index a2361b8..919b936 100644 --- a/tests/src/TestCase.php +++ b/tests/src/TestCase.php @@ -1,8 +1,18 @@