1 | <?php |
||
25 | abstract class MockeryTestCase extends \PHPUnit\Framework\TestCase |
||
26 | { |
||
27 | /** |
||
28 | * Performs assertions shared by all tests of a test case. This method is |
||
29 | * called before execution of a test ends and before the tearDown method. |
||
30 | */ |
||
31 | protected function assertPostConditions() |
||
38 | |||
39 | protected function addMockeryExpectationsToAssertionCount() |
||
47 | |||
48 | protected function closeMockery() |
||
52 | } |
||
53 |